#BB5C6F

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

Shades of Blush #BB5C6F

Tints of Blush #BB5C6F

Color information

#BB5C6F (or 0xBB5C6F) is unknown color: approx Blush. HEX triplet: BB, 5C and 6F. RGB value is (187,92,111). Sum of RGB (Red+Green+Blue) = 187+92+111=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C6F is #44A390. Grayscale: #7A7A7A. Windows color (decimal): -4498321 or 7298235. OLE color: 7298235.

HSL color Cylindrical-coordinate representation of color #BB5C6F: hue angle of 348º 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 #BB5C6F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18792111-
CMYK00.510.410.27
HSL348º41.13%54.71%-
HSV(B)348º50.8%73.33%-
XYZ27.1919.3717.34-
YUV122.57121.47173.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=47.95%
G=23.59%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879211100.510.410.2734841.1354.71
HexBB5C6F033291B15c2937
Octal27313415706351335345167
Binary1011101110111001101111011001110100111011101011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C6F; }

 p { color: rgb(187,92,111); }

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

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

 a { background-color: rgb(187,92,111); }

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

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

 span { border-color: rgb(187,92,111); }

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