#B89021

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

Shades of Nugget #B89021

Tints of Nugget #B89021

Color information

#B89021 (or 0xB89021) is unknown color: approx Nugget. HEX triplet: B8, 90 and 21. RGB value is (184,144,33). Sum of RGB (Red+Green+Blue) = 184+144+33=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89021 is #476FDE. Grayscale: #8F8F8F. Windows color (decimal): -4681695 or 2199736. OLE color: 2199736.

HSL color Cylindrical-coordinate representation of color #B89021: hue angle of 44.11º 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 #B89021 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18414433-
CMYK00.220.820.28
HSL44.11º69.59%42.55%-
HSV(B)44.11º82.07%72.16%-
XYZ30.0130.255.7-
YUV143.3165.75157.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=50.97%
G=39.89%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841443300.220.820.2844.1169.5942.55
HexB89021016521C2c462b
Octal27022041026122345410653
Binary10111000100100001000010101101010010111001011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89021; }

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

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

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

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

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

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

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

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