#B78726

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

Shades of Nugget #B78726

Tints of Nugget #B78726

Color information

#B78726 (or 0xB78726) is unknown color: approx Nugget. HEX triplet: B7, 87 and 26. RGB value is (183,135,38). Sum of RGB (Red+Green+Blue) = 183+135+38=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B78726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78726 is #4878D9. Grayscale: #8A8A8A. Windows color (decimal): -4749530 or 2525111. OLE color: 2525111.

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

Color convert

RGB18313538-
CMYK00.260.790.28
HSL40.14º65.61%43.33%-
HSV(B)40.14º79.23%71.76%-
XYZ28.5427.545.64-
YUV138.2971.4159.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=51.40%
G=37.92%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831353800.260.790.2840.1465.6143.33
HexB7872601A4F1C28422b
Octal26720746032117345010253
Binary10110111100001111001100110101001111111001010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78726; }

 p { color: rgb(183,135,38); }

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

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

 a { background-color: rgb(183,135,38); }

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

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

 span { border-color: rgb(183,135,38); }

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