#BB5761

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

Shades of Blush #BB5761

Tints of Blush #BB5761

Color information

#BB5761 (or 0xBB5761) is unknown color: approx Blush. HEX triplet: BB, 57 and 61. RGB value is (187,87,97). Sum of RGB (Red+Green+Blue) = 187+87+97=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5761 is #44A89E. Grayscale: #767676. Windows color (decimal): -4499615 or 6379451. OLE color: 6379451.

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

Color convert

RGB1878797-
CMYK00.530.480.27
HSL354º42.37%53.73%-
HSV(B)354º53.48%73.33%-
XYZ26.0618.2413.46-
YUV118.04116.13177.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=50.40%
G=23.45%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187879700.530.480.2735442.3753.73
HexBB5761035301B1622a36
Octal27312714106560335425266
Binary1011101110101111100001011010111000011011101100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5761; }

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

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

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

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

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

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

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

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