Html Css Color HEX #BA8F4A Tussock

📋 copy color: '#BA8F4A'

red 186 ◦ green 143 ◦ blue 74

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

Shades of Tussock #BA8F4A

Tints of Tussock #BA8F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 46.15%
G = 35.48%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA8F4A (or 0xBA8F4A) is known color: Tussock. HEX triplet: BA, 8F and 4A. RGB value is (186,143,74). Sum of RGB (Red+Green+Blue) = 186+143+74=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F4A is #4570B5. Grayscale: #949494. Windows color (decimal): -4550838 or 4886458. OLE color: 4886458.

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

Color convert

RGB 186 143 74 -
CMYK 0 0.23 0.60 0.27
HSL 36.96º 0.45% 0.51% -
HSV(B) 36.96º 0.6% 0.73% -
XYZ 31.31 30.58 10.73 -
YUV 147.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 186 143 74 0 0.23 0.60 0.27 36.96 0.45 0.51
Hex BA 8F 4A 0 17 3C 1B 25 2D 33
Octal 272 217 112 0 27 74 33 45 55 63
Binary 10111010 10001111 1001010 0 10111 111100 11011 100101 101101 110011

Color Harmonies of #BA8F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F4A

Black with #BA8F4A

Text Example


Text Example

White with #BA8F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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