#BB7650

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

Shades of Red Damask #BB7650

Tints of Red Damask #BB7650

Color information

#BB7650 (or 0xBB7650) is unknown color: approx Red Damask. HEX triplet: BB, 76 and 50. RGB value is (187,118,80). Sum of RGB (Red+Green+Blue) = 187+118+80=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7650 is #4489AF. Grayscale: #868686. Windows color (decimal): -4491696 or 5273275. OLE color: 5273275.

HSL color Cylindrical-coordinate representation of color #BB7650: hue angle of 21.31º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7650 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18711880-
CMYK00.370.570.27
HSL21.31º44.03%52.35%-
HSV(B)21.31º57.22%73.33%-
XYZ28.4224.110.74-
YUV134.397.36165.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=48.57%
G=30.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871188000.370.570.2721.3144.0352.35
HexBB7650025391B152c34
Octal2731661200457133255464
Binary101110111110110101000001001011110011101110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7650; }

 p { color: rgb(187,118,80); }

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

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

 a { background-color: rgb(187,118,80); }

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

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

 span { border-color: rgb(187,118,80); }

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