#BB5B6C

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

Shades of Blush #BB5B6C

Tints of Blush #BB5B6C

Color information

#BB5B6C (or 0xBB5B6C) is unknown color: approx Blush. HEX triplet: BB, 5B and 6C. RGB value is (187,91,108). Sum of RGB (Red+Green+Blue) = 187+91+108=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B6C is #44A493. Grayscale: #797979. Windows color (decimal): -4498580 or 7101371. OLE color: 7101371.

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

Color convert

RGB18791108-
CMYK00.510.420.27
HSL349.38º41.38%54.51%-
HSV(B)349.38º51.34%73.33%-
XYZ26.9419.1316.46-
YUV121.64120.3174.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=48.45%
G=23.58%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879110800.510.420.27349.3841.3854.51
HexBB5B6C0332A1B15d2937
Octal27313315406352335355167
Binary1011101110110111101100011001110101011011101011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B6C; }

 p { color: rgb(187,91,108); }

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

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

 a { background-color: rgb(187,91,108); }

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

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

 span { border-color: rgb(187,91,108); }

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