#BB5D71

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

Shades of Blush #BB5D71

Tints of Blush #BB5D71

Color information

#BB5D71 (or 0xBB5D71) is unknown color: approx Blush. HEX triplet: BB, 5D and 71. RGB value is (187,93,113). Sum of RGB (Red+Green+Blue) = 187+93+113=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D71 is #44A28E. Grayscale: #7B7B7B. Windows color (decimal): -4498063 or 7429563. OLE color: 7429563.

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

Color convert

RGB18793113-
CMYK00.500.400.27
HSL347.23º40.87%54.9%-
HSV(B)347.23º50.27%73.33%-
XYZ27.3919.5917.96-
YUV123.39122.14173.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=47.58%
G=23.66%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879311300.500.400.27347.2340.8754.9
HexBB5D71032281B15b2937
Octal27313516106250335335167
Binary1011101110111011110001011001010100011011101011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D71; }

 p { color: rgb(187,93,113); }

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

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

 a { background-color: rgb(187,93,113); }

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

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

 span { border-color: rgb(187,93,113); }

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