#BB516D

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

Shades of Blush #BB516D

Tints of Blush #BB516D

Color information

#BB516D (or 0xBB516D) is unknown color: approx Blush. HEX triplet: BB, 51 and 6D. RGB value is (187,81,109). Sum of RGB (Red+Green+Blue) = 187+81+109=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB516D is #44AE92. Grayscale: #737373. Windows color (decimal): -4501139 or 7164347. OLE color: 7164347.

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

Color convert

RGB18781109-
CMYK00.570.420.27
HSL344.15º43.8%52.55%-
HSV(B)344.15º56.68%73.33%-
XYZ26.217.5516.48-
YUV115.89124.12178.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=49.60%
G=21.49%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878110900.570.420.27344.1543.852.55
HexBB516D0392A1B1582c35
Octal27312115507152335305465
Binary1011101110100011101101011100110101011011101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB516D; }

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

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

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

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

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

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

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

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