#B68D23

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

Shades of Nugget #B68D23

Tints of Nugget #B68D23

Color information

#B68D23 (or 0xB68D23) is unknown color: approx Nugget. HEX triplet: B6, 8D and 23. RGB value is (182,141,35). Sum of RGB (Red+Green+Blue) = 182+141+35=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D23 is #4972DC. Grayscale: #8D8D8D. Windows color (decimal): -4813533 or 2330038. OLE color: 2330038.

HSL color Cylindrical-coordinate representation of color #B68D23: hue angle of 43.27º 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 #B68D23 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18214135-
CMYK00.230.810.29
HSL43.27º67.74%42.55%-
HSV(B)43.27º80.77%71.37%-
XYZ29.1229.125.68-
YUV141.1868.08157.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 35 (14.06% from 255) = 9.78%
R=50.84%
G=39.39%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821413500.230.810.2943.2767.7442.55
HexB68D23017511D2b442b
Octal26621543027121355310453
Binary10110110100011011000110101111010001111011010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D23; }

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

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

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

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

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

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

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

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