#BB5C62

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

Shades of Blush #BB5C62

Tints of Blush #BB5C62

Color information

#BB5C62 (or 0xBB5C62) is unknown color: approx Blush. HEX triplet: BB, 5C and 62. RGB value is (187,92,98). Sum of RGB (Red+Green+Blue) = 187+92+98=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C62 is #44A39D. Grayscale: #797979. Windows color (decimal): -4498334 or 6446267. OLE color: 6446267.

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

Color convert

RGB1879298-
CMYK00.510.480.27
HSL356.21º41.13%54.71%-
HSV(B)356.21º50.8%73.33%-
XYZ26.5319.113.84-
YUV121.09114.97175.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=49.60%
G=24.40%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187929800.510.480.27356.2141.1354.71
HexBB5C62033301B1642937
Octal27313414206360335445167
Binary1011101110111001100010011001111000011011101100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C62; }

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

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

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

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

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

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

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

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