Html Css Color HEX #B9944A Tussock

📋 copy color: '#B9944A'

red 185 ◦ green 148 ◦ blue 74

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

Shades of Tussock #B9944A

Tints of Tussock #B9944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9944A (or 0xB9944A) is known color: Tussock. HEX triplet: B9, 94 and 4A. RGB value is (185,148,74). Sum of RGB (Red+Green+Blue) = 185+148+74=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9944A is #466BB5. Grayscale: #969696. Windows color (decimal): -4615094 or 4887737. OLE color: 4887737.

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

Color convert

RGB 185 148 74 -
CMYK 0 0.20 0.6 0.27
HSL 40º 0.44% 0.51% -
HSV(B) 40º 0.6% 0.73% -
XYZ 31.83 31.99 10.98 -
YUV 150.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 185 148 74 0 0.20 0.6 0.27 40 0.44 0.51
Hex B9 94 4A 0 14 3C 1B 28 2C 33
Octal 271 224 112 0 24 74 33 50 54 63
Binary 10111001 10010100 1001010 0 10100 111100 11011 101000 101100 110011

Color Harmonies of #B9944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9944A

Black with #B9944A

Text Example


Text Example

White with #B9944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9944A; }

 p { color: rgb(185,148,74); }

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

background-color css

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

 a { background-color: rgb(185,148,74); }

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

border-color css

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

 span { border-color: rgb(185,148,74); }

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