#BF9B2E

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

Shades of Nugget #BF9B2E

Tints of Nugget #BF9B2E

Color information

#BF9B2E (or 0xBF9B2E) is unknown color: approx Nugget. HEX triplet: BF, 9B and 2E. RGB value is (191,155,46). Sum of RGB (Red+Green+Blue) = 191+155+46=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B2E is #4064D1. Grayscale: #999999. Windows color (decimal): -4220114 or 3054527. OLE color: 3054527.

HSL color Cylindrical-coordinate representation of color #BF9B2E: hue angle of 45.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF9B2E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19115546-
CMYK00.190.760.25
HSL45.1º61.18%46.47%-
HSV(B)45.1º75.92%74.9%-
XYZ33.734.727.51-
YUV153.3467.43154.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=48.72%
G=39.54%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911554600.190.760.2545.161.1846.47
HexBF9B2E0134C192d3d2e
Octal2772335602311431557556
Binary1011111110011011101110010011100110011001101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B2E; }

 p { color: rgb(191,155,46); }

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

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

 a { background-color: rgb(191,155,46); }

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

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

 span { border-color: rgb(191,155,46); }

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