#B68E23

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

Shades of Nugget #B68E23

Tints of Nugget #B68E23

Color information

#B68E23 (or 0xB68E23) is unknown color: approx Nugget. HEX triplet: B6, 8E and 23. RGB value is (182,142,35). Sum of RGB (Red+Green+Blue) = 182+142+35=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E23 is #4971DC. Grayscale: #8E8E8E. Windows color (decimal): -4813277 or 2330294. OLE color: 2330294.

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

Color convert

RGB18214235-
CMYK00.220.810.29
HSL43.67º67.74%42.55%-
HSV(B)43.67º80.77%71.37%-
XYZ29.2729.415.72-
YUV141.7667.75156.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 35 (14.06% from 255) = 9.75%
R=50.70%
G=39.55%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821423500.220.810.2943.6767.7442.55
HexB68E23016511D2c442b
Octal26621643026121355410453
Binary10110110100011101000110101101010001111011011001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E23; }

 p { color: rgb(182,142,35); }

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

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

 a { background-color: rgb(182,142,35); }

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

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

 span { border-color: rgb(182,142,35); }

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