Html Css Color HEX #BA8848 Tussock

📋 copy color: '#BA8848'

red 186 ◦ green 136 ◦ blue 72

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

Shades of Tussock #BA8848

Tints of Tussock #BA8848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 47.21%
G = 34.52%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8848 (or 0xBA8848) is known color: Tussock. HEX triplet: BA, 88 and 48. RGB value is (186,136,72). Sum of RGB (Red+Green+Blue) = 186+136+72=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8848 is #4577B7. Grayscale: #8F8F8F. Windows color (decimal): -4552632 or 4753594. OLE color: 4753594.

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

Color convert

RGB 186 136 72 -
CMYK 0 0.27 0.61 0.27
HSL 33.68º 0.45% 0.51% -
HSV(B) 33.68º 0.61% 0.73% -
XYZ 30.22 28.52 10.04 -
YUV 143.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 186 136 72 0 0.27 0.61 0.27 33.68 0.45 0.51
Hex BA 88 48 0 1B 3D 1B 22 2D 33
Octal 272 210 110 0 33 75 33 42 55 63
Binary 10111010 10001000 1001000 0 11011 111101 11011 100010 101101 110011

Color Harmonies of #BA8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8848

Black with #BA8848

Text Example


Text Example

White with #BA8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8848; }

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

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

background-color css

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

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

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

border-color css

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

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

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