Html Css Color HEX #BA744E Red Damask

📋 copy color: '#BA744E'

red 186 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #BA744E

Tints of Red Damask #BA744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

 BLUE value IS 78 (30.86% from 255) = 20.53%

R = 48.95%
G = 30.53%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA744E (or 0xBA744E) is known color: Red Damask. HEX triplet: BA, 74 and 4E. RGB value is (186,116,78). Sum of RGB (Red+Green+Blue) = 186+116+78=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA744E is #458BB1. Grayscale: #848484. Windows color (decimal): -4557746 or 5141690. OLE color: 5141690.

HSL color Cylindrical-coordinate representation of color #BA744E: hue angle of 21.11º 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 #BA744E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 78 -
CMYK 0 0.38 0.58 0.27
HSL 21.11º 0.44% 0.52% -
HSV(B) 21.11º 0.58% 0.73% -
XYZ 27.87 23.48 10.27 -
YUV 132.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 186 116 78 0 0.38 0.58 0.27 21.11 0.44 0.52
Hex BA 74 4E 0 26 3A 1B 15 2C 34
Octal 272 164 116 0 46 72 33 25 54 64
Binary 10111010 1110100 1001110 0 100110 111010 11011 10101 101100 110100

Color Harmonies of #BA744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA744E

Black with #BA744E

Text Example


Text Example

White with #BA744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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