#BF8F21

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

Shades of Nugget #BF8F21

Tints of Nugget #BF8F21

Color information

#BF8F21 (or 0xBF8F21) is unknown color: approx Nugget. HEX triplet: BF, 8F and 21. RGB value is (191,143,33). Sum of RGB (Red+Green+Blue) = 191+143+33=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F21 is #4070DE. Grayscale: #919191. Windows color (decimal): -4223199 or 2199487. OLE color: 2199487.

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

Color convert

RGB19114333-
CMYK00.250.830.25
HSL41.77º70.54%43.92%-
HSV(B)41.77º82.72%74.9%-
XYZ31.5830.835.73-
YUV144.8164.9160.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=52.04%
G=38.96%
B=8.99%

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
Decimal1911433300.250.830.2541.7770.5443.92
HexBF8F2101953192a472c
Octal27721741031123315210754
Binary10111111100011111000010110011010011110011010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F21; }

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

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

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

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

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

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

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

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