#B78E26

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

Shades of Nugget #B78E26

Tints of Nugget #B78E26

Color information

#B78E26 (or 0xB78E26) is unknown color: approx Nugget. HEX triplet: B7, 8E and 26. RGB value is (183,142,38). Sum of RGB (Red+Green+Blue) = 183+142+38=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E26 is #4871D9. Grayscale: #8E8E8E. Windows color (decimal): -4747738 or 2526903. OLE color: 2526903.

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

Color convert

RGB18314238-
CMYK00.220.790.28
HSL43.03º65.61%43.33%-
HSV(B)43.03º79.23%71.76%-
XYZ29.5529.555.98-
YUV142.469.08156.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=50.41%
G=39.12%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831423800.220.790.2843.0365.6143.33
HexB78E260164F1C2b422b
Octal26721646026117345310253
Binary10110111100011101001100101101001111111001010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E26; }

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

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

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

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

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

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

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

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