Html Css Color HEX #B99129 Nugget

📋 copy color: '#B99129'

red 185 ◦ green 145 ◦ blue 41

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

Shades of Nugget #B99129

Tints of Nugget #B99129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 49.87%
G = 39.08%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99129 (or 0xB99129) is known color: Nugget. HEX triplet: B9, 91 and 29. RGB value is (185,145,41). Sum of RGB (Red+Green+Blue) = 185+145+41=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99129 is #466ED6. Grayscale: #919191. Windows color (decimal): -4615895 or 2724281. OLE color: 2724281.

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

Color convert

RGB 185 145 41 -
CMYK 0 0.22 0.78 0.27
HSL 43.33º 0.64% 0.44% -
HSV(B) 43.33º 0.78% 0.73% -
XYZ 30.53 30.73 6.42 -
YUV 145.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 185 145 41 0 0.22 0.78 0.27 43.33 0.64 0.44
Hex B9 91 29 0 16 4E 1B 2B 40 2C
Octal 271 221 51 0 26 116 33 53 100 54
Binary 10111001 10010001 101001 0 10110 1001110 11011 101011 1000000 101100

Color Harmonies of #B99129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99129

Black with #B99129

Text Example


Text Example

White with #B99129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99129; }

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

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

background-color css

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

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

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

border-color css

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

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

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