#BB516F

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

Shades of Blush #BB516F

Tints of Blush #BB516F

Color information

#BB516F (or 0xBB516F) is unknown color: approx Blush. HEX triplet: BB, 51 and 6F. RGB value is (187,81,111). Sum of RGB (Red+Green+Blue) = 187+81+111=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB516F is #44AE90. Grayscale: #747474. Windows color (decimal): -4501137 or 7295419. OLE color: 7295419.

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

Color convert

RGB18781111-
CMYK00.570.410.27
HSL343.02º43.8%52.55%-
HSV(B)343.02º56.68%73.33%-
XYZ26.3117.617.05-
YUV116.11125.12178.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=49.34%
G=21.37%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878111100.570.410.27343.0243.852.55
HexBB516F039291B1572c35
Octal27312115707151335275465
Binary1011101110100011101111011100110100111011101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB516F; }

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

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

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

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

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

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

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

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