#B45355

Color #B45355 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B45355

Tints of Hippie Pink #B45355

Color information

#B45355 (or 0xB45355) is unknown color: approx Hippie Pink. HEX triplet: B4, 53 and 55. RGB value is (180,83,85). Sum of RGB (Red+Green+Blue) = 180+83+85=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B45355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45355 is #4BACAA. Grayscale: #707070. Windows color (decimal): -4959403 or 5591988. OLE color: 5591988.

HSL color Cylindrical-coordinate representation of color #B45355: hue angle of 358.76º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45355 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1808385-
CMYK00.540.530.29
HSL358.76º39.27%51.57%-
HSV(B)358.76º53.89%70.59%-
XYZ23.5616.5510.55-
YUV112.23112.64176.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=51.72%
G=23.85%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180838500.540.530.29358.7639.2751.57
HexB45355036351D1672734
Octal26412312506665355474764
Binary1011010010100111010101011011011010111101101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45355; }

 p { color: rgb(180,83,85); }

 H1.HeaderClassName
 {
   color: #B45355;
 }
 .AnyTagClassName
 {
   color: #B45355;
 }
</style>
background-color css

<style>
 a { background-color: #B45355; }

 a { background-color: rgb(180,83,85); }

 div.DivClassName
 {
   background-color: #B45355;
 }
 .BgClassName
 {
   background-color: #B45355;
 }
</style>
border-color css

<style>
 span { border-color: #B45355; }

 span { border-color: rgb(180,83,85); }

 td.TdClassName
 {
   border-color: #B45355;
 }
 .TagClassName
 {
   border-color: #B45355;
 }
</style>