Html Css Color HEX #B99529 Nugget

📋 copy color: '#B99529'

red 185 ◦ green 149 ◦ blue 41

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

Shades of Nugget #B99529

Tints of Nugget #B99529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 49.33%
G = 39.73%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99529 (or 0xB99529) is known color: Nugget. HEX triplet: B9, 95 and 29. RGB value is (185,149,41). Sum of RGB (Red+Green+Blue) = 185+149+41=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B99529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99529 is #466AD6. Grayscale: #939393. Windows color (decimal): -4614871 or 2725305. OLE color: 2725305.

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

Color convert

RGB 185 149 41 -
CMYK 0 0.19 0.78 0.27
HSL 45º 0.64% 0.44% -
HSV(B) 45º 0.78% 0.73% -
XYZ 31.16 31.97 6.63 -
YUV 147.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 185 149 41 0 0.19 0.78 0.27 45 0.64 0.44
Hex B9 95 29 0 13 4E 1B 2D 40 2C
Octal 271 225 51 0 23 116 33 55 100 54
Binary 10111001 10010101 101001 0 10011 1001110 11011 101101 1000000 101100

Color Harmonies of #B99529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99529

Black with #B99529

Text Example


Text Example

White with #B99529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99529; }

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

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

background-color css

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

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

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

border-color css

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

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

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