#B3912D

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

Shades of Nugget #B3912D

Tints of Nugget #B3912D

Color information

#B3912D (or 0xB3912D) is unknown color: approx Nugget. HEX triplet: B3, 91 and 2D. RGB value is (179,145,45). Sum of RGB (Red+Green+Blue) = 179+145+45=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3912D is #4C6ED2. Grayscale: #909090. Windows color (decimal): -5009107 or 2986419. OLE color: 2986419.

HSL color Cylindrical-coordinate representation of color #B3912D: hue angle of 44.78º 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 #B3912D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17914545-
CMYK00.190.750.30
HSL44.78º59.82%43.92%-
HSV(B)44.78º74.86%70.2%-
XYZ29.1930.026.74-
YUV143.7772.26153.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=48.51%
G=39.30%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791454500.190.750.3044.7859.8243.92
HexB3912D0134B1E2d3c2c
Octal2632215502311336557454
Binary1011001110010001101101010011100101111110101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3912D; }

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

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

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

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

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

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

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

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