Html Css Color HEX #BA9146 Tussock

📋 copy color: '#BA9146'

red 186 ◦ green 145 ◦ blue 70

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

Shades of Tussock #BA9146

Tints of Tussock #BA9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 46.38%
G = 36.16%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9146 (or 0xBA9146) is known color: Tussock. HEX triplet: BA, 91 and 46. RGB value is (186,145,70). Sum of RGB (Red+Green+Blue) = 186+145+70=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9146 is #456EB9. Grayscale: #959595. Windows color (decimal): -4550330 or 4624826. OLE color: 4624826.

HSL color Cylindrical-coordinate representation of color #BA9146: hue angle of 38.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9146 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 70 -
CMYK 0 0.22 0.62 0.27
HSL 38.79º 0.46% 0.5% -
HSV(B) 38.79º 0.62% 0.73% -
XYZ 31.48 31.13 10.14 -
YUV 148.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 186 145 70 0 0.22 0.62 0.27 38.79 0.46 0.5
Hex BA 91 46 0 16 3E 1B 27 2E 32
Octal 272 221 106 0 26 76 33 47 56 62
Binary 10111010 10010001 1000110 0 10110 111110 11011 100111 101110 110010

Color Harmonies of #BA9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9146

Black with #BA9146

Text Example


Text Example

White with #BA9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9146; }

 p { color: rgb(186,145,70); }

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

background-color css

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

 a { background-color: rgb(186,145,70); }

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

border-color css

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

 span { border-color: rgb(186,145,70); }

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