Html Css Color HEX #BA734D Red Damask

📋 copy color: '#BA734D'

red 186 ◦ green 115 ◦ blue 77

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

Shades of Red Damask #BA734D

Tints of Red Damask #BA734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 49.21%
G = 30.42%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA734D (or 0xBA734D) is known color: Red Damask. HEX triplet: BA, 73 and 4D. RGB value is (186,115,77). Sum of RGB (Red+Green+Blue) = 186+115+77=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA734D is #458CB2. Grayscale: #848484. Windows color (decimal): -4558003 or 5075898. OLE color: 5075898.

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

Color convert

RGB 186 115 77 -
CMYK 0 0.38 0.59 0.27
HSL 20.92º 0.44% 0.52% -
HSV(B) 20.92º 0.59% 0.73% -
XYZ 27.72 23.24 10.05 -
YUV 131.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 186 115 77 0 0.38 0.59 0.27 20.92 0.44 0.52
Hex BA 73 4D 0 26 3B 1B 15 2C 34
Octal 272 163 115 0 46 73 33 25 54 64
Binary 10111010 1110011 1001101 0 100110 111011 11011 10101 101100 110100

Color Harmonies of #BA734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA734D

Black with #BA734D

Text Example


Text Example

White with #BA734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA734D; }

 p { color: rgb(186,115,77); }

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

background-color css

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

 a { background-color: rgb(186,115,77); }

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

border-color css

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

 span { border-color: rgb(186,115,77); }

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