#BB495C

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

Shades of Blush #BB495C

Tints of Blush #BB495C

Color information

#BB495C (or 0xBB495C) is unknown color: approx Blush. HEX triplet: BB, 49 and 5C. RGB value is (187,73,92). Sum of RGB (Red+Green+Blue) = 187+73+92=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495C is #44B6A3. Grayscale: #6D6D6D. Windows color (decimal): -4503204 or 6048187. OLE color: 6048187.

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

Color convert

RGB1877392-
CMYK00.610.510.27
HSL350º45.6%50.98%-
HSV(B)350º60.96%73.33%-
XYZ24.8116.111.93-
YUV109.25118.27183.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=53.12%
G=20.74%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187739200.610.510.2735045.650.98
HexBB495C03D331B15e2e33
Octal27311113407563335365663
Binary1011101110010011011100011110111001111011101011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB495C; }

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

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

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

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

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

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

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

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