Html Css Color HEX #B9934A Tussock

📋 copy color: '#B9934A'

red 185 ◦ green 147 ◦ blue 74

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

Shades of Tussock #B9934A

Tints of Tussock #B9934A

RGB

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

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

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

R = 45.57%
G = 36.21%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9934A (or 0xB9934A) is known color: Tussock. HEX triplet: B9, 93 and 4A. RGB value is (185,147,74). Sum of RGB (Red+Green+Blue) = 185+147+74=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9934A is #466CB5. Grayscale: #969696. Windows color (decimal): -4615350 or 4887481. OLE color: 4887481.

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

Color convert

RGB 185 147 74 -
CMYK 0 0.21 0.6 0.27
HSL 39.46º 0.44% 0.51% -
HSV(B) 39.46º 0.6% 0.73% -
XYZ 31.68 31.68 10.92 -
YUV 150.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 185 147 74 0 0.21 0.6 0.27 39.46 0.44 0.51
Hex B9 93 4A 0 15 3C 1B 27 2C 33
Octal 271 223 112 0 25 74 33 47 54 63
Binary 10111001 10010011 1001010 0 10101 111100 11011 100111 101100 110011

Color Harmonies of #B9934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9934A

Black with #B9934A

Text Example


Text Example

White with #B9934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9934A; }

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

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

background-color css

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

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

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

border-color css

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

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

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