#BB5C74

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

Shades of Blush #BB5C74

Tints of Blush #BB5C74

Color information

#BB5C74 (or 0xBB5C74) is unknown color: approx Blush. HEX triplet: BB, 5C and 74. RGB value is (187,92,116). Sum of RGB (Red+Green+Blue) = 187+92+116=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C74 is #44A38B. Grayscale: #7B7B7B. Windows color (decimal): -4498316 or 7625915. OLE color: 7625915.

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

Color convert

RGB18792116-
CMYK00.510.380.27
HSL344.84º41.13%54.71%-
HSV(B)344.84º50.8%73.33%-
XYZ27.4719.4818.84-
YUV123.14123.97173.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=47.34%
G=23.29%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879211600.510.380.27344.8441.1354.71
HexBB5C74033261B1592937
Octal27313416406346335315167
Binary1011101110111001110100011001110011011011101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C74; }

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

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

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

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

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

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

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

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