#B3902E

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

Shades of Nugget #B3902E

Tints of Nugget #B3902E

Color information

#B3902E (or 0xB3902E) is unknown color: approx Nugget. HEX triplet: B3, 90 and 2E. RGB value is (179,144,46). Sum of RGB (Red+Green+Blue) = 179+144+46=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3902E is #4C6FD1. Grayscale: #8F8F8F. Windows color (decimal): -5009362 or 3051699. OLE color: 3051699.

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

Color convert

RGB17914446-
CMYK00.200.740.30
HSL44.21º59.11%44.12%-
HSV(B)44.21º74.3%70.2%-
XYZ29.0629.736.79-
YUV143.2973.1153.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 46 (18.36% from 255) = 12.47%
R=48.51%
G=39.02%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791444600.200.740.3044.2159.1144.12
HexB3902E0144A1E2c3b2c
Octal2632205602411236547354
Binary1011001110010000101110010100100101011110101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3902E; }

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

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

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

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

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

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

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

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