#BF9020

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

Shades of Nugget #BF9020

Tints of Nugget #BF9020

Color information

#BF9020 (or 0xBF9020) is unknown color: approx Nugget. HEX triplet: BF, 90 and 20. RGB value is (191,144,32). Sum of RGB (Red+Green+Blue) = 191+144+32=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9020 is #406FDF. Grayscale: #919191. Windows color (decimal): -4222944 or 2134207. OLE color: 2134207.

HSL color Cylindrical-coordinate representation of color #BF9020: hue angle of 42.26º 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 #BF9020 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19114432-
CMYK00.250.830.25
HSL42.26º71.3%43.73%-
HSV(B)42.26º83.25%74.9%-
XYZ31.7231.135.7-
YUV145.2864.07160.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 32 (12.89% from 255) = 8.72%
R=52.04%
G=39.24%
B=8.72%

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
Decimal1911443200.250.830.2542.2671.343.73
HexBF902001953192a472c
Octal27722040031123315210754
Binary10111111100100001000000110011010011110011010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9020; }

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

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

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

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

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

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

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

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