#BB5F74

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

Shades of Blush #BB5F74

Tints of Blush #BB5F74

Color information

#BB5F74 (or 0xBB5F74) is unknown color: approx Blush. HEX triplet: BB, 5F and 74. RGB value is (187,95,116). Sum of RGB (Red+Green+Blue) = 187+95+116=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F74 is #44A08B. Grayscale: #7C7C7C. Windows color (decimal): -4497548 or 7626683. OLE color: 7626683.

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

Color convert

RGB18795116-
CMYK00.490.380.27
HSL346.3º40.35%55.29%-
HSV(B)346.3º49.2%73.33%-
XYZ27.7420.0118.92-
YUV124.9122.98172.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=46.98%
G=23.87%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879511600.490.380.27346.340.3555.29
HexBB5F74031261B15a2837
Octal27313716406146335325067
Binary1011101110111111110100011000110011011011101011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F74; }

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

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

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

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

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

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

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

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