#BB5C68

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

Shades of Blush #BB5C68

Tints of Blush #BB5C68

Color information

#BB5C68 (or 0xBB5C68) is unknown color: approx Blush. HEX triplet: BB, 5C and 68. RGB value is (187,92,104). Sum of RGB (Red+Green+Blue) = 187+92+104=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C68 is #44A397. Grayscale: #797979. Windows color (decimal): -4498328 or 6839483. OLE color: 6839483.

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

Color convert

RGB18792104-
CMYK00.510.440.27
HSL352.42º41.13%54.71%-
HSV(B)352.42º50.8%73.33%-
XYZ26.8219.2215.39-
YUV121.77117.97174.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=48.83%
G=24.02%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879210400.510.440.27352.4241.1354.71
HexBB5C680332C1B1602937
Octal27313415006354335405167
Binary1011101110111001101000011001110110011011101100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C68; }

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

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

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

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

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

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

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

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