#B79228

Color #B79228 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B79228

Tints of Nugget #B79228

Color information

#B79228 (or 0xB79228) is unknown color: approx Nugget. HEX triplet: B7, 92 and 28. RGB value is (183,146,40). Sum of RGB (Red+Green+Blue) = 183+146+40=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B79228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79228 is #486DD7. Grayscale: #919191. Windows color (decimal): -4746712 or 2658999. OLE color: 2658999.

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

Color convert

RGB18314640-
CMYK00.200.780.28
HSL44.48º64.13%43.73%-
HSV(B)44.48º78.14%71.76%-
XYZ30.1930.786.36-
YUV144.9868.76155.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=49.59%
G=39.57%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831464000.200.780.2844.4864.1343.73
HexB792280144E1C2c402c
Octal26722250024116345410054
Binary10110111100100101010000101001001110111001011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79228; }

 p { color: rgb(183,146,40); }

 H1.HeaderClassName
 {
   color: #B79228;
 }
 .AnyTagClassName
 {
   color: #B79228;
 }
</style>
background-color css

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

 a { background-color: rgb(183,146,40); }

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

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

 span { border-color: rgb(183,146,40); }

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