#B38B22

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

Shades of Nugget #B38B22

Tints of Nugget #B38B22

Color information

#B38B22 (or 0xB38B22) is unknown color: approx Nugget. HEX triplet: B3, 8B and 22. RGB value is (179,139,34). Sum of RGB (Red+Green+Blue) = 179+139+34=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B22 is #4C74DD. Grayscale: #8B8B8B. Windows color (decimal): -5010654 or 2263987. OLE color: 2263987.

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

Color convert

RGB17913934-
CMYK00.220.810.30
HSL43.45º68.08%41.76%-
HSV(B)43.45º81.01%70.2%-
XYZ28.1128.165.47-
YUV138.9968.75156.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 34 (13.67% from 255) = 9.66%
R=50.85%
G=39.49%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791393400.220.810.3043.4568.0841.76
HexB38B22016511E2b442a
Octal26321342026121365310452
Binary10110011100010111000100101101010001111101010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B22; }

 p { color: rgb(179,139,34); }

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

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

 a { background-color: rgb(179,139,34); }

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

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

 span { border-color: rgb(179,139,34); }

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