#B78A26

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

Shades of Nugget #B78A26

Tints of Nugget #B78A26

Color information

#B78A26 (or 0xB78A26) is unknown color: approx Nugget. HEX triplet: B7, 8A and 26. RGB value is (183,138,38). Sum of RGB (Red+Green+Blue) = 183+138+38=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A26 is #4875D9. Grayscale: #8C8C8C. Windows color (decimal): -4748762 or 2525879. OLE color: 2525879.

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

Color convert

RGB18313838-
CMYK00.250.790.28
HSL41.38º65.61%43.33%-
HSV(B)41.38º79.23%71.76%-
XYZ28.9728.385.79-
YUV140.0670.41158.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=50.97%
G=38.44%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831383800.250.790.2841.3865.6143.33
HexB78A260194F1C29422b
Octal26721246031117345110253
Binary10110111100010101001100110011001111111001010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A26; }

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

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

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

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

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

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

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

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