#BB475F

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

Shades of Blush #BB475F

Tints of Blush #BB475F

Color information

#BB475F (or 0xBB475F) is unknown color: approx Blush. HEX triplet: BB, 47 and 5F. RGB value is (187,71,95). Sum of RGB (Red+Green+Blue) = 187+71+95=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB475F is #44B8A0. Grayscale: #6C6C6C. Windows color (decimal): -4503713 or 6244283. OLE color: 6244283.

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

Color convert

RGB1877195-
CMYK00.620.490.27
HSL347.59º46.03%50.59%-
HSV(B)347.59º62.03%73.33%-
XYZ24.8115.912.59-
YUV108.42120.43184.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=52.97%
G=20.11%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187719500.620.490.27347.5946.0350.59
HexBB475F03E311B15c2e33
Octal27310713707661335345663
Binary1011101110001111011111011111011000111011101011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB475F; }

 p { color: rgb(187,71,95); }

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

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

 a { background-color: rgb(187,71,95); }

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

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

 span { border-color: rgb(187,71,95); }

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