#B3902F

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

Shades of Nugget #B3902F

Tints of Nugget #B3902F

Color information

#B3902F (or 0xB3902F) is unknown color: approx Nugget. HEX triplet: B3, 90 and 2F. RGB value is (179,144,47). Sum of RGB (Red+Green+Blue) = 179+144+47=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3902F is #4C6FD0. Grayscale: #8F8F8F. Windows color (decimal): -5009361 or 3117235. OLE color: 3117235.

HSL color Cylindrical-coordinate representation of color #B3902F: hue angle of 44.09º degrees, saturation: 0.58, 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 #B3902F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17914447-
CMYK00.200.740.30
HSL44.09º58.41%44.31%-
HSV(B)44.09º73.74%70.2%-
XYZ29.0829.746.9-
YUV143.4173.6153.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=48.38%
G=38.92%
B=12.70%

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
Decimal1791444700.200.740.3044.0958.4144.31
HexB3902F0144A1E2c3a2c
Octal2632205702411236547254
Binary1011001110010000101111010100100101011110101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3902F; }

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

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

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

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

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

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

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

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