#B4902F

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

Shades of Nugget #B4902F

Tints of Nugget #B4902F

Color information

#B4902F (or 0xB4902F) is unknown color: approx Nugget. HEX triplet: B4, 90 and 2F. RGB value is (180,144,47). Sum of RGB (Red+Green+Blue) = 180+144+47=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902F is #4B6FD0. Grayscale: #909090. Windows color (decimal): -4943825 or 3117236. OLE color: 3117236.

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

Color convert

RGB18014447-
CMYK00.20.740.29
HSL43.76º58.59%44.51%-
HSV(B)43.76º73.89%70.59%-
XYZ29.3129.866.91-
YUV143.7173.43153.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=48.52%
G=38.81%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801444700.20.740.2943.7658.5944.51
HexB4902F0144A1D2c3b2d
Octal2642205702411235547355
Binary1011010010010000101111010100100101011101101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4902F; }

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

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

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

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

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

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

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

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