Html Css Color HEX #B9932E Nugget

📋 copy color: '#B9932E'

red 185 ◦ green 147 ◦ blue 46

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

Shades of Nugget #B9932E

Tints of Nugget #B9932E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.17%

R = 48.94%
G = 38.89%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9932E (or 0xB9932E) is known color: Nugget. HEX triplet: B9, 93 and 2E. RGB value is (185,147,46). Sum of RGB (Red+Green+Blue) = 185+147+46=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9932E is #466CD1. Grayscale: #939393. Windows color (decimal): -4615378 or 3052473. OLE color: 3052473.

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

Color convert

RGB 185 147 46 -
CMYK 0 0.21 0.75 0.27
HSL 43.6º 0.6% 0.45% -
HSV(B) 43.6º 0.75% 0.73% -
XYZ 30.93 31.38 7.01 -
YUV 146.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 185 147 46 0 0.21 0.75 0.27 43.6 0.6 0.45
Hex B9 93 2E 0 15 4B 1B 2C 3C 2D
Octal 271 223 56 0 25 113 33 54 74 55
Binary 10111001 10010011 101110 0 10101 1001011 11011 101100 111100 101101

Color Harmonies of #B9932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9932E

Black with #B9932E

Text Example


Text Example

White with #B9932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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