#BB4B6C

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

Shades of Blush #BB4B6C

Tints of Blush #BB4B6C

Color information

#BB4B6C (or 0xBB4B6C) is unknown color: approx Blush. HEX triplet: BB, 4B and 6C. RGB value is (187,75,108). Sum of RGB (Red+Green+Blue) = 187+75+108=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B6C is #44B493. Grayscale: #707070. Windows color (decimal): -4502676 or 7097275. OLE color: 7097275.

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

Color convert

RGB18775108-
CMYK00.600.420.27
HSL342.32º45.16%51.37%-
HSV(B)342.32º59.89%73.33%-
XYZ25.7216.6816.05-
YUV112.25125.61181.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=50.54%
G=20.27%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877510800.600.420.27342.3245.1651.37
HexBB4B6C03C2A1B1562d33
Octal27311315407452335265563
Binary1011101110010111101100011110010101011011101010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B6C; }

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

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

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

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

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

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

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

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