#BF942E

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

Shades of Nugget #BF942E

Tints of Nugget #BF942E

Color information

#BF942E (or 0xBF942E) is unknown color: approx Nugget. HEX triplet: BF, 94 and 2E. RGB value is (191,148,46). Sum of RGB (Red+Green+Blue) = 191+148+46=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF942E is #406BD1. Grayscale: #959595. Windows color (decimal): -4221906 or 3052735. OLE color: 3052735.

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

Color convert

RGB19114846-
CMYK00.230.760.25
HSL42.21º61.18%46.47%-
HSV(B)42.21º75.92%74.9%-
XYZ32.5732.457.13-
YUV149.2369.75157.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=49.61%
G=38.44%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911484600.230.760.2542.2161.1846.47
HexBF942E0174C192a3d2e
Octal2772245602711431527556
Binary1011111110010100101110010111100110011001101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF942E; }

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

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

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

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

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

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

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

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