#B4932E

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

Shades of Nugget #B4932E

Tints of Nugget #B4932E

Color information

#B4932E (or 0xB4932E) is unknown color: approx Nugget. HEX triplet: B4, 93 and 2E. RGB value is (180,147,46). Sum of RGB (Red+Green+Blue) = 180+147+46=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4932E is #4B6CD1. Grayscale: #919191. Windows color (decimal): -4943058 or 3052468. OLE color: 3052468.

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

Color convert

RGB18014746-
CMYK00.180.740.29
HSL45.22º59.29%44.31%-
HSV(B)45.22º74.44%70.59%-
XYZ29.7530.776.96-
YUV145.3571.93152.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=48.26%
G=39.41%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801474600.180.740.2945.2259.2944.31
HexB4932E0124A1D2d3b2c
Octal2642235602211235557354
Binary1011010010010011101110010010100101011101101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4932E; }

 p { color: rgb(180,147,46); }

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

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

 a { background-color: rgb(180,147,46); }

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

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

 span { border-color: rgb(180,147,46); }

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