Html Css Color HEX #BA9046 Tussock

📋 copy color: '#BA9046'

red 186 ◦ green 144 ◦ blue 70

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

Shades of Tussock #BA9046

Tints of Tussock #BA9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

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

R = 46.5%
G = 36%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9046 (or 0xBA9046) is known color: Tussock. HEX triplet: BA, 90 and 46. RGB value is (186,144,70). Sum of RGB (Red+Green+Blue) = 186+144+70=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9046 is #456FB9. Grayscale: #949494. Windows color (decimal): -4550586 or 4624570. OLE color: 4624570.

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

Color convert

RGB 186 144 70 -
CMYK 0 0.23 0.62 0.27
HSL 38.28º 0.46% 0.5% -
HSV(B) 38.28º 0.62% 0.73% -
XYZ 31.33 30.83 10.09 -
YUV 148.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 186 144 70 0 0.23 0.62 0.27 38.28 0.46 0.5
Hex BA 90 46 0 17 3E 1B 26 2E 32
Octal 272 220 106 0 27 76 33 46 56 62
Binary 10111010 10010000 1000110 0 10111 111110 11011 100110 101110 110010

Color Harmonies of #BA9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9046

Black with #BA9046

Text Example


Text Example

White with #BA9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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