#B7841E

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

Shades of Nugget #B7841E

Tints of Nugget #B7841E

Color information

#B7841E (or 0xB7841E) is unknown color: approx Nugget. HEX triplet: B7, 84 and 1E. RGB value is (183,132,30). Sum of RGB (Red+Green+Blue) = 183+132+30=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7841E is #487BE1. Grayscale: #888888. Windows color (decimal): -4750306 or 2000055. OLE color: 2000055.

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

Color convert

RGB18313230-
CMYK00.280.840.28
HSL40º71.83%41.76%-
HSV(B)40º83.61%71.76%-
XYZ28.0126.664.9-
YUV135.6268.4161.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=53.04%
G=38.26%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831323000.280.840.284071.8341.76
HexB7841E01C541C28482a
Octal26720436034124345011052
Binary1011011110000100111100111001010100111001010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7841E; }

 p { color: rgb(183,132,30); }

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

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

 a { background-color: rgb(183,132,30); }

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

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

 span { border-color: rgb(183,132,30); }

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