Html Css Color HEX #BA8948 Tussock

📋 copy color: '#BA8948'

red 186 ◦ green 137 ◦ blue 72

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

Shades of Tussock #BA8948

Tints of Tussock #BA8948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 47.09%
G = 34.68%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8948 (or 0xBA8948) is known color: Tussock. HEX triplet: BA, 89 and 48. RGB value is (186,137,72). Sum of RGB (Red+Green+Blue) = 186+137+72=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8948 is #4576B7. Grayscale: #909090. Windows color (decimal): -4552376 or 4753850. OLE color: 4753850.

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

Color convert

RGB 186 137 72 -
CMYK 0 0.26 0.61 0.27
HSL 34.21º 0.45% 0.51% -
HSV(B) 34.21º 0.61% 0.73% -
XYZ 30.37 28.8 10.09 -
YUV 144.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 186 137 72 0 0.26 0.61 0.27 34.21 0.45 0.51
Hex BA 89 48 0 1A 3D 1B 22 2D 33
Octal 272 211 110 0 32 75 33 42 55 63
Binary 10111010 10001001 1001000 0 11010 111101 11011 100010 101101 110011

Color Harmonies of #BA8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8948

Black with #BA8948

Text Example


Text Example

White with #BA8948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8948; }

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

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

background-color css

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

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

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

border-color css

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

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

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