#B68926

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

Shades of Nugget #B68926

Tints of Nugget #B68926

Color information

#B68926 (or 0xB68926) is unknown color: approx Nugget. HEX triplet: B6, 89 and 26. RGB value is (182,137,38). Sum of RGB (Red+Green+Blue) = 182+137+38=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B68926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68926 is #4976D9. Grayscale: #8B8B8B. Windows color (decimal): -4814554 or 2525622. OLE color: 2525622.

HSL color Cylindrical-coordinate representation of color #B68926: hue angle of 41.25º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68926 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18213738-
CMYK00.250.790.29
HSL41.25º65.45%43.14%-
HSV(B)41.25º79.12%71.37%-
XYZ28.5927.985.73-
YUV139.1770.91158.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 38 (15.23% from 255) = 10.64%
R=50.98%
G=38.38%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821373800.250.790.2941.2565.4543.14
HexB689260194F1D29412b
Octal26621146031117355110153
Binary10110110100010011001100110011001111111011010011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68926; }

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

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

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

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

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

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

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

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