#B28A20

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

Shades of Nugget #B28A20

Tints of Nugget #B28A20

Color information

#B28A20 (or 0xB28A20) is unknown color: approx Nugget. HEX triplet: B2, 8A and 20. RGB value is (178,138,32). Sum of RGB (Red+Green+Blue) = 178+138+32=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A20 is #4D75DF. Grayscale: #8A8A8A. Windows color (decimal): -5076448 or 2132658. OLE color: 2132658.

HSL color Cylindrical-coordinate representation of color #B28A20: hue angle of 43.56º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B28A20 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17813832-
CMYK00.220.820.30
HSL43.56º69.52%41.18%-
HSV(B)43.56º82.02%69.8%-
XYZ27.7127.755.26-
YUV137.8868.25156.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 32 (12.89% from 255) = 9.20%
R=51.15%
G=39.66%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781383200.220.820.3043.5669.5241.18
HexB28A20016521E2c4629
Octal26221240026122365410651
Binary10110010100010101000000101101010010111101011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A20; }

 p { color: rgb(178,138,32); }

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

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

 a { background-color: rgb(178,138,32); }

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

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

 span { border-color: rgb(178,138,32); }

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