#B38920

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

Shades of Nugget #B38920

Tints of Nugget #B38920

Color information

#B38920 (or 0xB38920) is unknown color: approx Nugget. HEX triplet: B3, 89 and 20. RGB value is (179,137,32). Sum of RGB (Red+Green+Blue) = 179+137+32=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38920 is #4C76DF. Grayscale: #8A8A8A. Windows color (decimal): -5011168 or 2132403. OLE color: 2132403.

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

Color convert

RGB17913732-
CMYK00.230.820.30
HSL42.86º69.67%41.37%-
HSV(B)42.86º82.12%70.2%-
XYZ27.827.585.22-
YUV137.5968.41157.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 32 (12.89% from 255) = 9.20%
R=51.44%
G=39.37%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791373200.230.820.3042.8669.6741.37
HexB38920017521E2b4629
Octal26321140027122365310651
Binary10110011100010011000000101111010010111101010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38920; }

 p { color: rgb(179,137,32); }

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

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

 a { background-color: rgb(179,137,32); }

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

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

 span { border-color: rgb(179,137,32); }

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