#BB485F

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

Shades of Blush #BB485F

Tints of Blush #BB485F

Color information

#BB485F (or 0xBB485F) is unknown color: approx Blush. HEX triplet: BB, 48 and 5F. RGB value is (187,72,95). Sum of RGB (Red+Green+Blue) = 187+72+95=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB485F is #44B7A0. Grayscale: #6D6D6D. Windows color (decimal): -4503457 or 6244539. OLE color: 6244539.

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

Color convert

RGB1877295-
CMYK00.610.490.27
HSL348º45.82%50.78%-
HSV(B)348º61.5%73.33%-
XYZ24.8816.0312.61-
YUV109.01120.1183.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=52.82%
G=20.34%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187729500.610.490.2734845.8250.78
HexBB485F03D311B15c2e33
Octal27311013707561335345663
Binary1011101110010001011111011110111000111011101011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB485F; }

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

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

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

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

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

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

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

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