Html Css Color HEX #B9922C Nugget

📋 copy color: '#B9922C'

red 185 ◦ green 146 ◦ blue 44

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

Shades of Nugget #B9922C

Tints of Nugget #B9922C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 49.33%
G = 38.93%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9922C (or 0xB9922C) is known color: Nugget. HEX triplet: B9, 92 and 2C. RGB value is (185,146,44). Sum of RGB (Red+Green+Blue) = 185+146+44=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9922C is #466DD3. Grayscale: #929292. Windows color (decimal): -4615636 or 2921145. OLE color: 2921145.

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

Color convert

RGB 185 146 44 -
CMYK 0 0.21 0.76 0.27
HSL 43.4º 0.62% 0.45% -
HSV(B) 43.4º 0.76% 0.73% -
XYZ 30.74 31.05 6.76 -
YUV 146.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 185 146 44 0 0.21 0.76 0.27 43.4 0.62 0.45
Hex B9 92 2C 0 15 4C 1B 2B 3E 2D
Octal 271 222 54 0 25 114 33 53 76 55
Binary 10111001 10010010 101100 0 10101 1001100 11011 101011 111110 101101

Color Harmonies of #B9922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9922C

Black with #B9922C

Text Example


Text Example

White with #B9922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9922C; }

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

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

background-color css

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

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

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

border-color css

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

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

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