Html Css Color HEX #BA894C Tussock

📋 copy color: '#BA894C'

red 186 ◦ green 137 ◦ blue 76

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

Shades of Tussock #BA894C

Tints of Tussock #BA894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 46.62%
G = 34.34%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA894C (or 0xBA894C) is known color: Tussock. HEX triplet: BA, 89 and 4C. RGB value is (186,137,76). Sum of RGB (Red+Green+Blue) = 186+137+76=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA894C is #4576B3. Grayscale: #909090. Windows color (decimal): -4552372 or 5015994. OLE color: 5015994.

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

Color convert

RGB 186 137 76 -
CMYK 0 0.26 0.59 0.27
HSL 33.27º 0.44% 0.51% -
HSV(B) 33.27º 0.59% 0.73% -
XYZ 30.5 28.85 10.8 -
YUV 144.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 186 137 76 0 0.26 0.59 0.27 33.27 0.44 0.51
Hex BA 89 4C 0 1A 3B 1B 21 2C 33
Octal 272 211 114 0 32 73 33 41 54 63
Binary 10111010 10001001 1001100 0 11010 111011 11011 100001 101100 110011

Color Harmonies of #BA894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA894C

Black with #BA894C

Text Example


Text Example

White with #BA894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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