Html Css Color HEX #BA884E Tussock

📋 copy color: '#BA884E'

red 186 ◦ green 136 ◦ blue 78

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

Shades of Tussock #BA884E

Tints of Tussock #BA884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 46.5%
G = 34%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA884E (or 0xBA884E) is known color: Tussock. HEX triplet: BA, 88 and 4E. RGB value is (186,136,78). Sum of RGB (Red+Green+Blue) = 186+136+78=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA884E is #4577B1. Grayscale: #909090. Windows color (decimal): -4552626 or 5146810. OLE color: 5146810.

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

Color convert

RGB 186 136 78 -
CMYK 0 0.27 0.58 0.27
HSL 32.22º 0.44% 0.52% -
HSV(B) 32.22º 0.58% 0.73% -
XYZ 30.43 28.6 11.12 -
YUV 144.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 186 136 78 0 0.27 0.58 0.27 32.22 0.44 0.52
Hex BA 88 4E 0 1B 3A 1B 20 2C 34
Octal 272 210 116 0 33 72 33 40 54 64
Binary 10111010 10001000 1001110 0 11011 111010 11011 100000 101100 110100

Color Harmonies of #BA884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA884E

Black with #BA884E

Text Example


Text Example

White with #BA884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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