#BB6A49

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

Shades of Red Damask #BB6A49

Tints of Red Damask #BB6A49

Color information

#BB6A49 (or 0xBB6A49) is unknown color: approx Red Damask. HEX triplet: BB, 6A and 49. RGB value is (187,106,73). Sum of RGB (Red+Green+Blue) = 187+106+73=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A49 is #4495B6. Grayscale: #7E7E7E. Windows color (decimal): -4494775 or 4811451. OLE color: 4811451.

HSL color Cylindrical-coordinate representation of color #BB6A49: hue angle of 17.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB6A49 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18710673-
CMYK00.430.610.27
HSL17.37º45.6%50.98%-
HSV(B)17.37º60.96%73.33%-
XYZ26.8521.359.01-
YUV126.4697.84171.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=51.09%
G=28.96%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871067300.430.610.2717.3745.650.98
HexBB6A4902B3D1B112e33
Octal2731521110537533215663
Binary101110111101010100100101010111111011101110001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A49; }

 p { color: rgb(187,106,73); }

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

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

 a { background-color: rgb(187,106,73); }

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

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

 span { border-color: rgb(187,106,73); }

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