Html Css Color HEX #B99329 Nugget

📋 copy color: '#B99329'

red 185 ◦ green 147 ◦ blue 41

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

Shades of Nugget #B99329

Tints of Nugget #B99329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 49.6%
G = 39.41%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99329 (or 0xB99329) is known color: Nugget. HEX triplet: B9, 93 and 29. RGB value is (185,147,41). Sum of RGB (Red+Green+Blue) = 185+147+41=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99329 is #466CD6. Grayscale: #929292. Windows color (decimal): -4615383 or 2724793. OLE color: 2724793.

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

Color convert

RGB 185 147 41 -
CMYK 0 0.21 0.78 0.27
HSL 44.17º 0.64% 0.44% -
HSV(B) 44.17º 0.78% 0.73% -
XYZ 30.84 31.34 6.52 -
YUV 146.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 185 147 41 0 0.21 0.78 0.27 44.17 0.64 0.44
Hex B9 93 29 0 15 4E 1B 2C 40 2C
Octal 271 223 51 0 25 116 33 54 100 54
Binary 10111001 10010011 101001 0 10101 1001110 11011 101100 1000000 101100

Color Harmonies of #B99329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99329

Black with #B99329

Text Example


Text Example

White with #B99329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99329; }

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

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

background-color css

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

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

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

border-color css

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

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

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