#B38B21

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

Shades of Nugget #B38B21

Tints of Nugget #B38B21

Color information

#B38B21 (or 0xB38B21) is unknown color: approx Nugget. HEX triplet: B3, 8B and 21. RGB value is (179,139,33). Sum of RGB (Red+Green+Blue) = 179+139+33=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B21 is #4C74DE. Grayscale: #8B8B8B. Windows color (decimal): -5010655 or 2198451. OLE color: 2198451.

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

Color convert

RGB17913933-
CMYK00.220.820.30
HSL43.56º68.87%41.57%-
HSV(B)43.56º81.56%70.2%-
XYZ28.128.165.39-
YUV138.8868.25156.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=51.00%
G=39.60%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791393300.220.820.3043.5668.8741.57
HexB38B21016521E2c452a
Octal26321341026122365410552
Binary10110011100010111000010101101010010111101011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B21; }

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

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

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

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

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

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

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

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