#B88521

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

Shades of Nugget #B88521

Tints of Nugget #B88521

Color information

#B88521 (or 0xB88521) is unknown color: approx Nugget. HEX triplet: B8, 85 and 21. RGB value is (184,133,33). Sum of RGB (Red+Green+Blue) = 184+133+33=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B88521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88521 is #477ADE. Grayscale: #898989. Windows color (decimal): -4684511 or 2196920. OLE color: 2196920.

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

Color convert

RGB18413333-
CMYK00.280.820.28
HSL39.74º69.59%42.55%-
HSV(B)39.74º82.07%72.16%-
XYZ28.4327.085.17-
YUV136.8569.4161.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=52.57%
G=38%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841333300.280.820.2839.7469.5942.55
HexB8852101C521C28462b
Octal27020541034122345010653
Binary10111000100001011000010111001010010111001010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88521; }

 p { color: rgb(184,133,33); }

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

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

 a { background-color: rgb(184,133,33); }

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

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

 span { border-color: rgb(184,133,33); }

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