#BA714E

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

Shades of Red Damask #BA714E

Tints of Red Damask #BA714E

Color information

#BA714E (or 0xBA714E) is unknown color: approx Red Damask. HEX triplet: BA, 71 and 4E. RGB value is (186,113,78). Sum of RGB (Red+Green+Blue) = 186+113+78=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA714E is #458EB1. Grayscale: #838383. Windows color (decimal): -4558514 or 5140922. OLE color: 5140922.

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

Color convert

RGB18611378-
CMYK00.390.580.27
HSL19.44º43.9%51.76%-
HSV(B)19.44º58.06%72.94%-
XYZ27.5322.810.16-
YUV130.8498.18167.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=49.34%
G=29.97%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861137800.390.580.2719.4443.951.76
HexBA714E0273A1B132c34
Octal2721611160477233235464
Binary101110101110001100111001001111110101101110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA714E; }

 p { color: rgb(186,113,78); }

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

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

 a { background-color: rgb(186,113,78); }

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

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

 span { border-color: rgb(186,113,78); }

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