Html Css Color HEX #BA9351 Tussock

📋 copy color: '#BA9351'

red 186 ◦ green 147 ◦ blue 81

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

Shades of Tussock #BA9351

Tints of Tussock #BA9351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 44.93%
G = 35.51%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9351 (or 0xBA9351) is known color: Tussock. HEX triplet: BA, 93 and 51. RGB value is (186,147,81). Sum of RGB (Red+Green+Blue) = 186+147+81=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9351 is #456CAE. Grayscale: #979797. Windows color (decimal): -4549807 or 5346234. OLE color: 5346234.

HSL color Cylindrical-coordinate representation of color #BA9351: hue angle of 37.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9351 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 81 -
CMYK 0 0.21 0.56 0.27
HSL 37.71º 0.43% 0.52% -
HSV(B) 37.71º 0.56% 0.73% -
XYZ 32.17 31.9 12.25 -
YUV 151.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 186 147 81 0 0.21 0.56 0.27 37.71 0.43 0.52
Hex BA 93 51 0 15 38 1B 26 2B 34
Octal 272 223 121 0 25 70 33 46 53 64
Binary 10111010 10010011 1010001 0 10101 111000 11011 100110 101011 110100

Color Harmonies of #BA9351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9351

Black with #BA9351

Text Example


Text Example

White with #BA9351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9351; }

 p { color: rgb(186,147,81); }

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

background-color css

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

 a { background-color: rgb(186,147,81); }

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

border-color css

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

 span { border-color: rgb(186,147,81); }

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