Html Css Color HEX #BA9148 Tussock

📋 copy color: '#BA9148'

red 186 ◦ green 145 ◦ blue 72

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

Shades of Tussock #BA9148

Tints of Tussock #BA9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 46.15%
G = 35.98%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9148 (or 0xBA9148) is known color: Tussock. HEX triplet: BA, 91 and 48. RGB value is (186,145,72). Sum of RGB (Red+Green+Blue) = 186+145+72=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9148 is #456EB7. Grayscale: #959595. Windows color (decimal): -4550328 or 4755898. OLE color: 4755898.

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

Color convert

RGB 186 145 72 -
CMYK 0 0.22 0.61 0.27
HSL 38.42º 0.45% 0.51% -
HSV(B) 38.42º 0.61% 0.73% -
XYZ 31.54 31.16 10.48 -
YUV 148.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 186 145 72 0 0.22 0.61 0.27 38.42 0.45 0.51
Hex BA 91 48 0 16 3D 1B 26 2D 33
Octal 272 221 110 0 26 75 33 46 55 63
Binary 10111010 10010001 1001000 0 10110 111101 11011 100110 101101 110011

Color Harmonies of #BA9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9148

Black with #BA9148

Text Example


Text Example

White with #BA9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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