Html Css Color HEX #B99229 Nugget

📋 copy color: '#B99229'

red 185 ◦ green 146 ◦ blue 41

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

Shades of Nugget #B99229

Tints of Nugget #B99229

RGB

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

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

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

R = 49.73%
G = 39.25%
B = 11.02%

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

#B99229 (or 0xB99229) is known color: Nugget. HEX triplet: B9, 92 and 29. RGB value is (185,146,41). Sum of RGB (Red+Green+Blue) = 185+146+41=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B99229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99229 is #466DD6. Grayscale: #929292. Windows color (decimal): -4615639 or 2724537. OLE color: 2724537.

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

Color convert

RGB 185 146 41 -
CMYK 0 0.21 0.78 0.27
HSL 43.75º 0.64% 0.44% -
HSV(B) 43.75º 0.78% 0.73% -
XYZ 30.69 31.03 6.47 -
YUV 145.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 185 146 41 0 0.21 0.78 0.27 43.75 0.64 0.44
Hex B9 92 29 0 15 4E 1B 2C 40 2C
Octal 271 222 51 0 25 116 33 54 100 54
Binary 10111001 10010010 101001 0 10101 1001110 11011 101100 1000000 101100

Color Harmonies of #B99229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99229

Black with #B99229

Text Example


Text Example

White with #B99229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99229; }

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

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

background-color css

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

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

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

border-color css

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

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

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