#BF982E

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

Shades of Nugget #BF982E

Tints of Nugget #BF982E

Color information

#BF982E (or 0xBF982E) is unknown color: approx Nugget. HEX triplet: BF, 98 and 2E. RGB value is (191,152,46). Sum of RGB (Red+Green+Blue) = 191+152+46=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF982E is #4067D1. Grayscale: #989898. Windows color (decimal): -4220882 or 3053759. OLE color: 3053759.

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

Color convert

RGB19115246-
CMYK00.200.760.25
HSL43.86º61.18%46.47%-
HSV(B)43.86º75.92%74.9%-
XYZ33.2133.737.35-
YUV151.5868.42156.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=49.10%
G=39.07%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911524600.200.760.2543.8661.1846.47
HexBF982E0144C192c3d2e
Octal2772305602411431547556
Binary1011111110011000101110010100100110011001101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF982E; }

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

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

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

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

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

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

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

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