Html Css Color HEX #BA854F Tussock

📋 copy color: '#BA854F'

red 186 ◦ green 133 ◦ blue 79

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

Shades of Tussock #BA854F

Tints of Tussock #BA854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 46.73%
G = 33.42%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA854F (or 0xBA854F) is known color: Tussock. HEX triplet: BA, 85 and 4F. RGB value is (186,133,79). Sum of RGB (Red+Green+Blue) = 186+133+79=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA854F is #457AB0. Grayscale: #8E8E8E. Windows color (decimal): -4553393 or 5211578. OLE color: 5211578.

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

Color convert

RGB 186 133 79 -
CMYK 0 0.28 0.58 0.27
HSL 30.28º 0.44% 0.52% -
HSV(B) 30.28º 0.58% 0.73% -
XYZ 30.05 27.78 11.18 -
YUV 142.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 186 133 79 0 0.28 0.58 0.27 30.28 0.44 0.52
Hex BA 85 4F 0 1C 3A 1B 1E 2C 34
Octal 272 205 117 0 34 72 33 36 54 64
Binary 10111010 10000101 1001111 0 11100 111010 11011 11110 101100 110100

Color Harmonies of #BA854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA854F

Black with #BA854F

Text Example


Text Example

White with #BA854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA854F; }

 p { color: rgb(186,133,79); }

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

background-color css

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

 a { background-color: rgb(186,133,79); }

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

border-color css

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

 span { border-color: rgb(186,133,79); }

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