#BF9021

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

Shades of Nugget #BF9021

Tints of Nugget #BF9021

Color information

#BF9021 (or 0xBF9021) is unknown color: approx Nugget. HEX triplet: BF, 90 and 21. RGB value is (191,144,33). Sum of RGB (Red+Green+Blue) = 191+144+33=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9021 is #406FDE. Grayscale: #919191. Windows color (decimal): -4222943 or 2199743. OLE color: 2199743.

HSL color Cylindrical-coordinate representation of color #BF9021: hue angle of 42.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF9021 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19114433-
CMYK00.250.830.25
HSL42.15º70.54%43.92%-
HSV(B)42.15º82.72%74.9%-
XYZ31.7331.135.78-
YUV145.464.57160.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 33 (13.28% from 255) = 8.97%
R=51.90%
G=39.13%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911443300.250.830.2542.1570.5443.92
HexBF902101953192a472c
Octal27722041031123315210754
Binary10111111100100001000010110011010011110011010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9021; }

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

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

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

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

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

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

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

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