Html Css Color HEX #BA864C Tussock

📋 copy color: '#BA864C'

red 186 ◦ green 134 ◦ blue 76

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

Shades of Tussock #BA864C

Tints of Tussock #BA864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 46.97%
G = 33.84%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA864C (or 0xBA864C) is known color: Tussock. HEX triplet: BA, 86 and 4C. RGB value is (186,134,76). Sum of RGB (Red+Green+Blue) = 186+134+76=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA864C is #4579B3. Grayscale: #8F8F8F. Windows color (decimal): -4553140 or 5015226. OLE color: 5015226.

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

Color convert

RGB 186 134 76 -
CMYK 0 0.28 0.59 0.27
HSL 31.64º 0.44% 0.51% -
HSV(B) 31.64º 0.59% 0.73% -
XYZ 30.08 28.01 10.66 -
YUV 142.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 186 134 76 0 0.28 0.59 0.27 31.64 0.44 0.51
Hex BA 86 4C 0 1C 3B 1B 20 2C 33
Octal 272 206 114 0 34 73 33 40 54 63
Binary 10111010 10000110 1001100 0 11100 111011 11011 100000 101100 110011

Color Harmonies of #BA864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA864C

Black with #BA864C

Text Example


Text Example

White with #BA864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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