Html Css Color HEX #BA8A4F Tussock

📋 copy color: '#BA8A4F'

red 186 ◦ green 138 ◦ blue 79

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

Shades of Tussock #BA8A4F

Tints of Tussock #BA8A4F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 46.15%
G = 34.24%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA8A4F (or 0xBA8A4F) is known color: Tussock. HEX triplet: BA, 8A and 4F. RGB value is (186,138,79). Sum of RGB (Red+Green+Blue) = 186+138+79=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A4F is #4575B0. Grayscale: #919191. Windows color (decimal): -4552113 or 5212858. OLE color: 5212858.

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

Color convert

RGB 186 138 79 -
CMYK 0 0.26 0.58 0.27
HSL 33.08º 0.44% 0.52% -
HSV(B) 33.08º 0.58% 0.73% -
XYZ 30.75 29.18 11.41 -
YUV 145.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 186 138 79 0 0.26 0.58 0.27 33.08 0.44 0.52
Hex BA 8A 4F 0 1A 3A 1B 21 2C 34
Octal 272 212 117 0 32 72 33 41 54 64
Binary 10111010 10001010 1001111 0 11010 111010 11011 100001 101100 110100

Color Harmonies of #BA8A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A4F

Black with #BA8A4F

Text Example


Text Example

White with #BA8A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A4F; }

 p { color: rgb(186,138,79); }

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

background-color css

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

 a { background-color: rgb(186,138,79); }

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

border-color css

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

 span { border-color: rgb(186,138,79); }

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