Html Css Color HEX #B9904D Tussock

📋 copy color: '#B9904D'

red 185 ◦ green 144 ◦ blue 77

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

Shades of Tussock #B9904D

Tints of Tussock #B9904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

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

R = 45.57%
G = 35.47%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9904D (or 0xB9904D) is known color: Tussock. HEX triplet: B9, 90 and 4D. RGB value is (185,144,77). Sum of RGB (Red+Green+Blue) = 185+144+77=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9904D is #466FB2. Grayscale: #949494. Windows color (decimal): -4616115 or 5083321. OLE color: 5083321.

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

Color convert

RGB 185 144 77 -
CMYK 0 0.22 0.58 0.27
HSL 37.22º 0.44% 0.51% -
HSV(B) 37.22º 0.58% 0.73% -
XYZ 31.32 30.8 11.31 -
YUV 148.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 185 144 77 0 0.22 0.58 0.27 37.22 0.44 0.51
Hex B9 90 4D 0 16 3A 1B 25 2C 33
Octal 271 220 115 0 26 72 33 45 54 63
Binary 10111001 10010000 1001101 0 10110 111010 11011 100101 101100 110011

Color Harmonies of #B9904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9904D

Black with #B9904D

Text Example


Text Example

White with #B9904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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