#BB5467

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

Shades of Blush #BB5467

Tints of Blush #BB5467

Color information

#BB5467 (or 0xBB5467) is unknown color: approx Blush. HEX triplet: BB, 54 and 67. RGB value is (187,84,103). Sum of RGB (Red+Green+Blue) = 187+84+103=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5467 is #44AB98. Grayscale: #747474. Windows color (decimal): -4500377 or 6771899. OLE color: 6771899.

HSL color Cylindrical-coordinate representation of color #BB5467: hue angle of 348.93º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5467 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18784103-
CMYK00.550.450.27
HSL348.93º43.1%53.14%-
HSV(B)348.93º55.08%73.33%-
XYZ26.1117.8814.91-
YUV116.96120.12177.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=50%
G=22.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410300.550.450.27348.9343.153.14
HexBB54670372D1B15d2b35
Octal27312414706755335355365
Binary1011101110101001100111011011110110111011101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5467; }

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

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

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

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

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

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

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

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