#BB5F63

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

Shades of Blush #BB5F63

Tints of Blush #BB5F63

Color information

#BB5F63 (or 0xBB5F63) is unknown color: approx Blush. HEX triplet: BB, 5F and 63. RGB value is (187,95,99). Sum of RGB (Red+Green+Blue) = 187+95+99=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F63 is #44A09C. Grayscale: #7B7B7B. Windows color (decimal): -4497565 or 6512571. OLE color: 6512571.

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

Color convert

RGB1879599-
CMYK00.490.470.27
HSL357.39º40.35%55.29%-
HSV(B)357.39º49.2%73.33%-
XYZ26.8419.6514.18-
YUV122.96114.48173.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=49.08%
G=24.93%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187959900.490.470.27357.3940.3555.29
HexBB5F630312F1B1652837
Octal27313714306157335455067
Binary1011101110111111100011011000110111111011101100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F63; }

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

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

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

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

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

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

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

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