Html Css Color HEX #B9924D Tussock

📋 copy color: '#B9924D'

red 185 ◦ green 146 ◦ blue 77

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

Shades of Tussock #B9924D

Tints of Tussock #B9924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 45.34%
G = 35.78%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9924D (or 0xB9924D) is known color: Tussock. HEX triplet: B9, 92 and 4D. RGB value is (185,146,77). Sum of RGB (Red+Green+Blue) = 185+146+77=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9924D is #466DB2. Grayscale: #969696. Windows color (decimal): -4615603 or 5083833. OLE color: 5083833.

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

Color convert

RGB 185 146 77 -
CMYK 0 0.21 0.58 0.27
HSL 38.33º 0.44% 0.51% -
HSV(B) 38.33º 0.58% 0.73% -
XYZ 31.63 31.41 11.42 -
YUV 149.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 185 146 77 0 0.21 0.58 0.27 38.33 0.44 0.51
Hex B9 92 4D 0 15 3A 1B 26 2C 33
Octal 271 222 115 0 25 72 33 46 54 63
Binary 10111001 10010010 1001101 0 10101 111010 11011 100110 101100 110011

Color Harmonies of #B9924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9924D

Black with #B9924D

Text Example


Text Example

White with #B9924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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