Html Css Color HEX #BA714C Red Damask

📋 copy color: '#BA714C'

red 186 ◦ green 113 ◦ blue 76

#BA714C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BA714C

Tints of Red Damask #BA714C

RGB

 RED value IS 186 (73.05% from 255) = 49.6%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 49.6%
G = 30.13%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA714C (or 0xBA714C) is known color: Red Damask. HEX triplet: BA, 71 and 4C. RGB value is (186,113,76). Sum of RGB (Red+Green+Blue) = 186+113+76=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA714C is #458EB3. Grayscale: #828282. Windows color (decimal): -4558516 or 5009850. OLE color: 5009850.

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

Color convert

RGB 186 113 76 -
CMYK 0 0.39 0.59 0.27
HSL 20.18º 0.44% 0.51% -
HSV(B) 20.18º 0.59% 0.73% -
XYZ 27.46 22.77 9.79 -
YUV 130.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 186 113 76 0 0.39 0.59 0.27 20.18 0.44 0.51
Hex BA 71 4C 0 27 3B 1B 14 2C 33
Octal 272 161 114 0 47 73 33 24 54 63
Binary 10111010 1110001 1001100 0 100111 111011 11011 10100 101100 110011

Color Harmonies of #BA714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA714C

Black with #BA714C

Text Example


Text Example

White with #BA714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA714C; }

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

 H1.HeaderClassName
 {
   color: #BA714C;
 }
 .AnyTagClassName
 {
   color: #BA714C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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