Html Css Color HEX #BA964C Tussock

📋 copy color: '#BA964C'

red 186 ◦ green 150 ◦ blue 76

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

Shades of Tussock #BA964C

Tints of Tussock #BA964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 45.15%
G = 36.41%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA964C (or 0xBA964C) is known color: Tussock. HEX triplet: BA, 96 and 4C. RGB value is (186,150,76). Sum of RGB (Red+Green+Blue) = 186+150+76=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA964C is #4569B3. Grayscale: #989898. Windows color (decimal): -4549044 or 5019322. OLE color: 5019322.

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

Color convert

RGB 186 150 76 -
CMYK 0 0.19 0.59 0.27
HSL 40.36º 0.44% 0.51% -
HSV(B) 40.36º 0.59% 0.73% -
XYZ 32.46 32.77 11.45 -
YUV 152.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 186 150 76 0 0.19 0.59 0.27 40.36 0.44 0.51
Hex BA 96 4C 0 13 3B 1B 28 2C 33
Octal 272 226 114 0 23 73 33 50 54 63
Binary 10111010 10010110 1001100 0 10011 111011 11011 101000 101100 110011

Color Harmonies of #BA964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA964C

Black with #BA964C

Text Example


Text Example

White with #BA964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA964C; }

 p { color: rgb(186,150,76); }

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

background-color css

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

 a { background-color: rgb(186,150,76); }

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

border-color css

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

 span { border-color: rgb(186,150,76); }

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