Html Css Color HEX #BA864B Tussock

📋 copy color: '#BA864B'

red 186 ◦ green 134 ◦ blue 75

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

Shades of Tussock #BA864B

Tints of Tussock #BA864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 47.09%
G = 33.92%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA864B (or 0xBA864B) is known color: Tussock. HEX triplet: BA, 86 and 4B. RGB value is (186,134,75). Sum of RGB (Red+Green+Blue) = 186+134+75=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA864B is #4579B4. Grayscale: #8F8F8F. Windows color (decimal): -4553141 or 4949690. OLE color: 4949690.

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

Color convert

RGB 186 134 75 -
CMYK 0 0.28 0.60 0.27
HSL 31.89º 0.45% 0.51% -
HSV(B) 31.89º 0.6% 0.73% -
XYZ 30.04 28 10.48 -
YUV 142.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 186 134 75 0 0.28 0.60 0.27 31.89 0.45 0.51
Hex BA 86 4B 0 1C 3C 1B 20 2D 33
Octal 272 206 113 0 34 74 33 40 55 63
Binary 10111010 10000110 1001011 0 11100 111100 11011 100000 101101 110011

Color Harmonies of #BA864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA864B

Black with #BA864B

Text Example


Text Example

White with #BA864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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