Html Css Color HEX #B9964D Tussock

📋 copy color: '#B9964D'

red 185 ◦ green 150 ◦ blue 77

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

Shades of Tussock #B9964D

Tints of Tussock #B9964D

RGB

 RED value IS 185 (72.66% from 255) = 44.9%

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 44.9%
G = 36.41%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9964D (or 0xB9964D) is known color: Tussock. HEX triplet: B9, 96 and 4D. RGB value is (185,150,77). Sum of RGB (Red+Green+Blue) = 185+150+77=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9964D is #4669B2. Grayscale: #989898. Windows color (decimal): -4614579 or 5084857. OLE color: 5084857.

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

Color convert

RGB 185 150 77 -
CMYK 0 0.19 0.58 0.27
HSL 40.56º 0.44% 0.51% -
HSV(B) 40.56º 0.58% 0.73% -
XYZ 32.25 32.66 11.63 -
YUV 152.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 185 150 77 0 0.19 0.58 0.27 40.56 0.44 0.51
Hex B9 96 4D 0 13 3A 1B 29 2C 33
Octal 271 226 115 0 23 72 33 51 54 63
Binary 10111001 10010110 1001101 0 10011 111010 11011 101001 101100 110011

Color Harmonies of #B9964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9964D

Black with #B9964D

Text Example


Text Example

White with #B9964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9964D; }

 p { color: rgb(185,150,77); }

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

background-color css

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

 a { background-color: rgb(185,150,77); }

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

border-color css

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

 span { border-color: rgb(185,150,77); }

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