#BB5D74

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

Shades of Blush #BB5D74

Tints of Blush #BB5D74

Color information

#BB5D74 (or 0xBB5D74) is unknown color: approx Blush. HEX triplet: BB, 5D and 74. RGB value is (187,93,116). Sum of RGB (Red+Green+Blue) = 187+93+116=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D74 is #44A28B. Grayscale: #7B7B7B. Windows color (decimal): -4498060 or 7626171. OLE color: 7626171.

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

Color convert

RGB18793116-
CMYK00.500.380.27
HSL345.32º40.87%54.9%-
HSV(B)345.32º50.27%73.33%-
XYZ27.5619.6518.86-
YUV123.73123.64173.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=47.22%
G=23.48%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879311600.500.380.27345.3240.8754.9
HexBB5D74032261B1592937
Octal27313516406246335315167
Binary1011101110111011110100011001010011011011101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D74; }

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

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

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

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

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

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

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

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