Html Css Color HEX #BA884D Tussock

📋 copy color: '#BA884D'

red 186 ◦ green 136 ◦ blue 77

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

Shades of Tussock #BA884D

Tints of Tussock #BA884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 46.62%
G = 34.09%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA884D (or 0xBA884D) is known color: Tussock. HEX triplet: BA, 88 and 4D. RGB value is (186,136,77). Sum of RGB (Red+Green+Blue) = 186+136+77=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA884D is #4577B2. Grayscale: #909090. Windows color (decimal): -4552627 or 5081274. OLE color: 5081274.

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

Color convert

RGB 186 136 77 -
CMYK 0 0.27 0.59 0.27
HSL 32.48º 0.44% 0.52% -
HSV(B) 32.48º 0.59% 0.73% -
XYZ 30.39 28.58 10.94 -
YUV 144.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 186 136 77 0 0.27 0.59 0.27 32.48 0.44 0.52
Hex BA 88 4D 0 1B 3B 1B 20 2C 34
Octal 272 210 115 0 33 73 33 40 54 64
Binary 10111010 10001000 1001101 0 11011 111011 11011 100000 101100 110100

Color Harmonies of #BA884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA884D

Black with #BA884D

Text Example


Text Example

White with #BA884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA884D; }

 p { color: rgb(186,136,77); }

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

background-color css

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

 a { background-color: rgb(186,136,77); }

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

border-color css

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

 span { border-color: rgb(186,136,77); }

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