#BB495D

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

Shades of Blush #BB495D

Tints of Blush #BB495D

Color information

#BB495D (or 0xBB495D) is unknown color: approx Blush. HEX triplet: BB, 49 and 5D. RGB value is (187,73,93). Sum of RGB (Red+Green+Blue) = 187+73+93=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495D is #44B6A2. Grayscale: #6D6D6D. Windows color (decimal): -4503203 or 6113723. OLE color: 6113723.

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

Color convert

RGB1877393-
CMYK00.610.500.27
HSL349.47º45.6%50.98%-
HSV(B)349.47º60.96%73.33%-
XYZ24.8516.1212.16-
YUV109.37118.77183.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=52.97%
G=20.68%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187739300.610.500.27349.4745.650.98
HexBB495D03D321B15d2e33
Octal27311113507562335355663
Binary1011101110010011011101011110111001011011101011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB495D; }

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

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

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

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

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

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

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

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