#BB4356

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

Shades of Hippie Pink #BB4356

Tints of Hippie Pink #BB4356

Color information

#BB4356 (or 0xBB4356) is unknown color: approx Hippie Pink. HEX triplet: BB, 43 and 56. RGB value is (187,67,86). Sum of RGB (Red+Green+Blue) = 187+67+86=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4356 is #44BCA9. Grayscale: #696969. Windows color (decimal): -4504746 or 5653435. OLE color: 5653435.

HSL color Cylindrical-coordinate representation of color #BB4356: hue angle of 350.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4356 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1876786-
CMYK00.640.540.27
HSL350.5º47.24%49.8%-
HSV(B)350.5º64.17%73.33%-
XYZ24.1815.2510.47-
YUV105.05117.26186.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=55%
G=19.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187678600.640.540.27350.547.2449.8
HexBB4356040361B15e2f32
Octal273103126010066335365762
Binary10111011100001110101100100000011011011011101011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4356; }

 p { color: rgb(187,67,86); }

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

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

 a { background-color: rgb(187,67,86); }

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

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

 span { border-color: rgb(187,67,86); }

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