#BB515F

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

Shades of Blush #BB515F

Tints of Blush #BB515F

Color information

#BB515F (or 0xBB515F) is unknown color: approx Blush. HEX triplet: BB, 51 and 5F. RGB value is (187,81,95). Sum of RGB (Red+Green+Blue) = 187+81+95=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB515F is #44AEA0. Grayscale: #727272. Windows color (decimal): -4501153 or 6246843. OLE color: 6246843.

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

Color convert

RGB1878195-
CMYK00.570.490.27
HSL352.08º43.8%52.55%-
HSV(B)352.08º56.68%73.33%-
XYZ25.517.2812.82-
YUV114.29117.12179.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=51.52%
G=22.31%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187819500.570.490.27352.0843.852.55
HexBB515F039311B1602c35
Octal27312113707161335405465
Binary1011101110100011011111011100111000111011101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB515F; }

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

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

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

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

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

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

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

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