#BA7551

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

Shades of Red Damask #BA7551

Tints of Red Damask #BA7551

Color information

#BA7551 (or 0xBA7551) is unknown color: approx Red Damask. HEX triplet: BA, 75 and 51. RGB value is (186,117,81). Sum of RGB (Red+Green+Blue) = 186+117+81=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7551 is #458AAE. Grayscale: #858585. Windows color (decimal): -4557487 or 5338554. OLE color: 5338554.

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

Color convert

RGB18611781-
CMYK00.370.560.27
HSL20.57º43.21%52.35%-
HSV(B)20.57º56.45%72.94%-
XYZ28.123.7610.89-
YUV133.5398.36165.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=48.44%
G=30.47%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861178100.370.560.2720.5743.2152.35
HexBA7551025381B152b34
Octal2721651210457033255364
Binary101110101110101101000101001011110001101110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7551; }

 p { color: rgb(186,117,81); }

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

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

 a { background-color: rgb(186,117,81); }

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

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

 span { border-color: rgb(186,117,81); }

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