#B28921

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

Shades of Nugget #B28921

Tints of Nugget #B28921

Color information

#B28921 (or 0xB28921) is unknown color: approx Nugget. HEX triplet: B2, 89 and 21. RGB value is (178,137,33). Sum of RGB (Red+Green+Blue) = 178+137+33=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B28921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28921 is #4D76DE. Grayscale: #898989. Windows color (decimal): -5076703 or 2197938. OLE color: 2197938.

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

Color convert

RGB17813733-
CMYK00.230.810.30
HSL43.03º68.72%41.37%-
HSV(B)43.03º81.46%69.8%-
XYZ27.5827.475.29-
YUV137.469.08156.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=51.15%
G=39.37%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781373300.230.810.3043.0368.7241.37
HexB28921017511E2b4529
Octal26221141027121365310551
Binary10110010100010011000010101111010001111101010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28921; }

 p { color: rgb(178,137,33); }

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

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

 a { background-color: rgb(178,137,33); }

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

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

 span { border-color: rgb(178,137,33); }

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