#b78926

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

Shades of Nugget #B78926

Tints of Nugget #B78926

Color information

#B78926 (or 0xB78926) is unknown color: approx Nugget. HEX triplet: B7, 89 and 26. RGB value is (183,137,38). Sum of RGB (Red+Green+Blue) = 183+137+38=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B78926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78926 is #4876D9. Grayscale: #8B8B8B. Windows color (decimal): -4749018 or 2525623. OLE color: 2525623.

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

Color convert

RGB18313738-
CMYK00.250.790.28
HSL40.97º65.61%43.33%-
HSV(B)40.97º79.23%71.76%-
XYZ28.8228.15.74-
YUV139.4770.74159.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 38 (15.23% from 255) = 10.61%
R=51.12%
G=38.27%
B=10.61%

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
Decimal1831373800.250.790.2840.9765.6143.33
HexB789260194F1C29422b
Octal26721146031117345110253
Binary10110111100010011001100110011001111111001010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b78926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b78926; }

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

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

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

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

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

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

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

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