#BB6A4A

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

Shades of Red Damask #BB6A4A

Tints of Red Damask #BB6A4A

Color information

#BB6A4A (or 0xBB6A4A) is unknown color: approx Red Damask. HEX triplet: BB, 6A and 4A. RGB value is (187,106,74). Sum of RGB (Red+Green+Blue) = 187+106+74=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A4A is #4495B5. Grayscale: #7E7E7E. Windows color (decimal): -4494774 or 4876987. OLE color: 4876987.

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

Color convert

RGB18710674-
CMYK00.430.600.27
HSL16.99º45.38%51.18%-
HSV(B)16.99º60.43%73.33%-
XYZ26.8821.379.19-
YUV126.5798.34171.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=50.95%
G=28.88%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871067400.430.600.2716.9945.3851.18
HexBB6A4A02B3C1B112d33
Octal2731521120537433215563
Binary101110111101010100101001010111111001101110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A4A; }

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

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

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

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

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

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

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

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