Html Css Color HEX #BA964F Tussock

📋 copy color: '#BA964F'

red 186 ◦ green 150 ◦ blue 79

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

Shades of Tussock #BA964F

Tints of Tussock #BA964F

RGB

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

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

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

R = 44.82%
G = 36.14%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA964F (or 0xBA964F) is known color: Tussock. HEX triplet: BA, 96 and 4F. RGB value is (186,150,79). Sum of RGB (Red+Green+Blue) = 186+150+79=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA964F is #4569B0. Grayscale: #989898. Windows color (decimal): -4549041 or 5215930. OLE color: 5215930.

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

Color convert

RGB 186 150 79 -
CMYK 0 0.19 0.58 0.27
HSL 39.81º 0.44% 0.52% -
HSV(B) 39.81º 0.58% 0.73% -
XYZ 32.57 32.82 12.01 -
YUV 152.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 186 150 79 0 0.19 0.58 0.27 39.81 0.44 0.52
Hex BA 96 4F 0 13 3A 1B 28 2C 34
Octal 272 226 117 0 23 72 33 50 54 64
Binary 10111010 10010110 1001111 0 10011 111010 11011 101000 101100 110100

Color Harmonies of #BA964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA964F

Black with #BA964F

Text Example


Text Example

White with #BA964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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