#B7851E

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

Shades of Nugget #B7851E

Tints of Nugget #B7851E

Color information

#B7851E (or 0xB7851E) is unknown color: approx Nugget. HEX triplet: B7, 85 and 1E. RGB value is (183,133,30). Sum of RGB (Red+Green+Blue) = 183+133+30=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7851E is #487AE1. Grayscale: #888888. Windows color (decimal): -4750050 or 2000311. OLE color: 2000311.

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

Color convert

RGB18313330-
CMYK00.270.840.28
HSL40.39º71.83%41.76%-
HSV(B)40.39º83.61%71.76%-
XYZ28.1526.944.94-
YUV136.2168.06161.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 30 (12.11% from 255) = 8.67%
R=52.89%
G=38.44%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831333000.270.840.2840.3971.8341.76
HexB7851E01B541C28482a
Octal26720536033124345011052
Binary1011011110000101111100110111010100111001010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7851E; }

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

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

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

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

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

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

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

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