#BF9631

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

Shades of Nugget #BF9631

Tints of Nugget #BF9631

Color information

#BF9631 (or 0xBF9631) is unknown color: approx Nugget. HEX triplet: BF, 96 and 31. RGB value is (191,150,49). Sum of RGB (Red+Green+Blue) = 191+150+49=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9631 is #4069CE. Grayscale: #979797. Windows color (decimal): -4221391 or 3249855. OLE color: 3249855.

HSL color Cylindrical-coordinate representation of color #BF9631: hue angle of 42.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF9631 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19115049-
CMYK00.210.740.25
HSL42.68º59.17%47.06%-
HSV(B)42.68º74.35%74.9%-
XYZ32.9533.117.56-
YUV150.7470.58156.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 12.56%
R=48.97%
G=38.46%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911504900.210.740.2542.6859.1747.06
HexBF96310154A192b3b2f
Octal2772266102511231537357
Binary1011111110010110110001010101100101011001101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9631; }

 p { color: rgb(191,150,49); }

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

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

 a { background-color: rgb(191,150,49); }

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

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

 span { border-color: rgb(191,150,49); }

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