Html Css Color HEX #BA9751 Tussock

📋 copy color: '#BA9751'

red 186 ◦ green 151 ◦ blue 81

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

Shades of Tussock #BA9751

Tints of Tussock #BA9751

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 44.5%
G = 36.12%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9751 (or 0xBA9751) is known color: Tussock. HEX triplet: BA, 97 and 51. RGB value is (186,151,81). Sum of RGB (Red+Green+Blue) = 186+151+81=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9751 is #4568AE. Grayscale: #999999. Windows color (decimal): -4548783 or 5347258. OLE color: 5347258.

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

Color convert

RGB 186 151 81 -
CMYK 0 0.19 0.56 0.27
HSL 40º 0.43% 0.52% -
HSV(B) 40º 0.56% 0.73% -
XYZ 32.8 33.17 12.46 -
YUV 153.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 186 151 81 0 0.19 0.56 0.27 40 0.43 0.52
Hex BA 97 51 0 13 38 1B 28 2B 34
Octal 272 227 121 0 23 70 33 50 53 64
Binary 10111010 10010111 1010001 0 10011 111000 11011 101000 101011 110100

Color Harmonies of #BA9751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9751

Black with #BA9751

Text Example


Text Example

White with #BA9751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9751; }

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

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

background-color css

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

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

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

border-color css

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

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

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