Html Css Color HEX #BA8C4A Tussock

📋 copy color: '#BA8C4A'

red 186 ◦ green 140 ◦ blue 74

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

Shades of Tussock #BA8C4A

Tints of Tussock #BA8C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 46.5%
G = 35%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA8C4A (or 0xBA8C4A) is known color: Tussock. HEX triplet: BA, 8C and 4A. RGB value is (186,140,74). Sum of RGB (Red+Green+Blue) = 186+140+74=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C4A is #4573B5. Grayscale: #929292. Windows color (decimal): -4551606 or 4885690. OLE color: 4885690.

HSL color Cylindrical-coordinate representation of color #BA8C4A: hue angle of 35.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA8C4A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 74 -
CMYK 0 0.25 0.60 0.27
HSL 35.36º 0.45% 0.51% -
HSV(B) 35.36º 0.6% 0.73% -
XYZ 30.86 29.69 10.58 -
YUV 146.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 186 140 74 0 0.25 0.60 0.27 35.36 0.45 0.51
Hex BA 8C 4A 0 19 3C 1B 23 2D 33
Octal 272 214 112 0 31 74 33 43 55 63
Binary 10111010 10001100 1001010 0 11001 111100 11011 100011 101101 110011

Color Harmonies of #BA8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C4A

Black with #BA8C4A

Text Example


Text Example

White with #BA8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C4A; }

 p { color: rgb(186,140,74); }

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

background-color css

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

 a { background-color: rgb(186,140,74); }

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

border-color css

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

 span { border-color: rgb(186,140,74); }

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