#bb5763

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

Shades of Blush #BB5763

Tints of Blush #BB5763

Color information

#BB5763 (or 0xBB5763) is unknown color: approx Blush. HEX triplet: BB, 57 and 63. RGB value is (187,87,99). Sum of RGB (Red+Green+Blue) = 187+87+99=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5763 is #44A89C. Grayscale: #767676. Windows color (decimal): -4499613 or 6510523. OLE color: 6510523.

HSL color Cylindrical-coordinate representation of color #BB5763: hue angle of 352.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5763 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1878799-
CMYK00.530.470.27
HSL352.8º42.37%53.73%-
HSV(B)352.8º53.48%73.33%-
XYZ26.1518.2813.95-
YUV118.27117.13177.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=50.13%
G=23.32%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187879900.530.470.27352.842.3753.73
HexBB57630352F1B1612a36
Octal27312714306557335415266
Binary1011101110101111100011011010110111111011101100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5763; }

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

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

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

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

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

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

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

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