#BB5C65

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

Shades of Blush #BB5C65

Tints of Blush #BB5C65

Color information

#BB5C65 (or 0xBB5C65) is unknown color: approx Blush. HEX triplet: BB, 5C and 65. RGB value is (187,92,101). Sum of RGB (Red+Green+Blue) = 187+92+101=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C65 is #44A39A. Grayscale: #797979. Windows color (decimal): -4498331 or 6642875. OLE color: 6642875.

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

Color convert

RGB18792101-
CMYK00.510.460.27
HSL354.32º41.13%54.71%-
HSV(B)354.32º50.8%73.33%-
XYZ26.6719.1614.6-
YUV121.43116.47174.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=49.21%
G=24.21%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879210100.510.460.27354.3241.1354.71
HexBB5C650332E1B1622937
Octal27313414506356335425167
Binary1011101110111001100101011001110111011011101100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C65; }

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

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

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

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

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

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

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

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