Html Css Color HEX #B9924B Tussock

📋 copy color: '#B9924B'

red 185 ◦ green 146 ◦ blue 75

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

Shades of Tussock #B9924B

Tints of Tussock #B9924B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 45.57%
G = 35.96%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9924B (or 0xB9924B) is known color: Tussock. HEX triplet: B9, 92 and 4B. RGB value is (185,146,75). Sum of RGB (Red+Green+Blue) = 185+146+75=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9924B is #466DB4. Grayscale: #959595. Windows color (decimal): -4615605 or 4952761. OLE color: 4952761.

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

Color convert

RGB 185 146 75 -
CMYK 0 0.21 0.59 0.27
HSL 38.73º 0.44% 0.51% -
HSV(B) 38.73º 0.59% 0.73% -
XYZ 31.56 31.38 11.05 -
YUV 149.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 185 146 75 0 0.21 0.59 0.27 38.73 0.44 0.51
Hex B9 92 4B 0 15 3B 1B 27 2C 33
Octal 271 222 113 0 25 73 33 47 54 63
Binary 10111001 10010010 1001011 0 10101 111011 11011 100111 101100 110011

Color Harmonies of #B9924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9924B

Black with #B9924B

Text Example


Text Example

White with #B9924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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