#BB5167

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

Shades of Blush #BB5167

Tints of Blush #BB5167

Color information

#BB5167 (or 0xBB5167) is unknown color: approx Blush. HEX triplet: BB, 51 and 67. RGB value is (187,81,103). Sum of RGB (Red+Green+Blue) = 187+81+103=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5167 is #44AE98. Grayscale: #737373. Windows color (decimal): -4501145 or 6771131. OLE color: 6771131.

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

Color convert

RGB18781103-
CMYK00.570.450.27
HSL347.55º43.8%52.55%-
HSV(B)347.55º56.68%73.33%-
XYZ25.8817.4314.83-
YUV115.2121.12179.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=50.40%
G=21.83%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878110300.570.450.27347.5543.852.55
HexBB51670392D1B15c2c35
Octal27312114707155335345465
Binary1011101110100011100111011100110110111011101011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5167; }

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

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

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

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

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

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

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

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