#bb5b6d

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

Shades of Blush #BB5B6D

Tints of Blush #BB5B6D

Color information

#BB5B6D (or 0xBB5B6D) is unknown color: approx Blush. HEX triplet: BB, 5B and 6D. RGB value is (187,91,109). Sum of RGB (Red+Green+Blue) = 187+91+109=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B6D is #44A492. Grayscale: #797979. Windows color (decimal): -4498579 or 7166907. OLE color: 7166907.

HSL color Cylindrical-coordinate representation of color #BB5B6D: hue angle of 348.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5B6D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18791109-
CMYK00.510.420.27
HSL348.75º41.38%54.51%-
HSV(B)348.75º51.34%73.33%-
XYZ26.9919.1516.74-
YUV121.76120.8174.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=48.32%
G=23.51%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879110900.510.420.27348.7541.3854.51
HexBB5B6D0332A1B15d2937
Octal27313315506352335355167
Binary1011101110110111101101011001110101011011101011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5b6d; }

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

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

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

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

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

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

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

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