#B3902D

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

Shades of Nugget #B3902D

Tints of Nugget #B3902D

Color information

#B3902D (or 0xB3902D) is unknown color: approx Nugget. HEX triplet: B3, 90 and 2D. RGB value is (179,144,45). Sum of RGB (Red+Green+Blue) = 179+144+45=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3902D is #4C6FD2. Grayscale: #8F8F8F. Windows color (decimal): -5009363 or 2986163. OLE color: 2986163.

HSL color Cylindrical-coordinate representation of color #B3902D: hue angle of 44.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3902D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17914445-
CMYK00.200.750.30
HSL44.33º59.82%43.92%-
HSV(B)44.33º74.86%70.2%-
XYZ29.0429.726.69-
YUV143.1872.6153.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=48.64%
G=39.13%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791444500.200.750.3044.3359.8243.92
HexB3902D0144B1E2c3c2c
Octal2632205502411336547454
Binary1011001110010000101101010100100101111110101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3902D; }

 p { color: rgb(179,144,45); }

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

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

 a { background-color: rgb(179,144,45); }

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

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

 span { border-color: rgb(179,144,45); }

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