#BB4354

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

Shades of Hippie Pink #BB4354

Tints of Hippie Pink #BB4354

Color information

#BB4354 (or 0xBB4354) is unknown color: approx Hippie Pink. HEX triplet: BB, 43 and 54. RGB value is (187,67,84). Sum of RGB (Red+Green+Blue) = 187+67+84=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4354 is #44BCAB. Grayscale: #686868. Windows color (decimal): -4504748 or 5522363. OLE color: 5522363.

HSL color Cylindrical-coordinate representation of color #BB4354: hue angle of 351.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 #BB4354 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1876784-
CMYK00.640.550.27
HSL351.5º47.24%49.8%-
HSV(B)351.5º64.17%73.33%-
XYZ24.115.2210.05-
YUV104.82116.26186.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=55.33%
G=19.82%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187678400.640.550.27351.547.2449.8
HexBB4354040371B1602f32
Octal273103124010067335405762
Binary10111011100001110101000100000011011111011101100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4354; }

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

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

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

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

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

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

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

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