#B78F26

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

Shades of Nugget #B78F26

Tints of Nugget #B78F26

Color information

#B78F26 (or 0xB78F26) is unknown color: approx Nugget. HEX triplet: B7, 8F and 26. RGB value is (183,143,38). Sum of RGB (Red+Green+Blue) = 183+143+38=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F26 is #4870D9. Grayscale: #8F8F8F. Windows color (decimal): -4747482 or 2527159. OLE color: 2527159.

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

Color convert

RGB18314338-
CMYK00.220.790.28
HSL43.45º65.61%43.33%-
HSV(B)43.45º79.23%71.76%-
XYZ29.729.856.03-
YUV142.9968.75156.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=50.27%
G=39.29%
B=10.44%

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
Decimal1831433800.220.790.2843.4565.6143.33
HexB78F260164F1C2b422b
Octal26721746026117345310253
Binary10110111100011111001100101101001111111001010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F26; }

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

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

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

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

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

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

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

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