Html Css Color HEX #BA964B Tussock

📋 copy color: '#BA964B'

red 186 ◦ green 150 ◦ blue 75

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

Shades of Tussock #BA964B

Tints of Tussock #BA964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 45.26%
G = 36.5%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA964B (or 0xBA964B) is known color: Tussock. HEX triplet: BA, 96 and 4B. RGB value is (186,150,75). Sum of RGB (Red+Green+Blue) = 186+150+75=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA964B is #4569B4. Grayscale: #989898. Windows color (decimal): -4549045 or 4953786. OLE color: 4953786.

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

Color convert

RGB 186 150 75 -
CMYK 0 0.19 0.60 0.27
HSL 40.54º 0.45% 0.51% -
HSV(B) 40.54º 0.6% 0.73% -
XYZ 32.43 32.76 11.27 -
YUV 152.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 186 150 75 0 0.19 0.60 0.27 40.54 0.45 0.51
Hex BA 96 4B 0 13 3C 1B 29 2D 33
Octal 272 226 113 0 23 74 33 51 55 63
Binary 10111010 10010110 1001011 0 10011 111100 11011 101001 101101 110011

Color Harmonies of #BA964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA964B

Black with #BA964B

Text Example


Text Example

White with #BA964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA964B; }

 p { color: rgb(186,150,75); }

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

background-color css

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

 a { background-color: rgb(186,150,75); }

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

border-color css

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

 span { border-color: rgb(186,150,75); }

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