#B4922E

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

Shades of Nugget #B4922E

Tints of Nugget #B4922E

Color information

#B4922E (or 0xB4922E) is unknown color: approx Nugget. HEX triplet: B4, 92 and 2E. RGB value is (180,146,46). Sum of RGB (Red+Green+Blue) = 180+146+46=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4922E is #4B6DD1. Grayscale: #919191. Windows color (decimal): -4943314 or 3052212. OLE color: 3052212.

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

Color convert

RGB18014646-
CMYK00.190.740.29
HSL44.78º59.29%44.31%-
HSV(B)44.78º74.44%70.59%-
XYZ29.5930.466.9-
YUV144.7772.26153.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=48.39%
G=39.25%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801464600.190.740.2944.7859.2944.31
HexB4922E0134A1D2d3b2c
Octal2642225602311235557354
Binary1011010010010010101110010011100101011101101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4922E; }

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

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

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

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

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

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

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

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