#BF9B31

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

Shades of Nugget #BF9B31

Tints of Nugget #BF9B31

Color information

#BF9B31 (or 0xBF9B31) is unknown color: approx Nugget. HEX triplet: BF, 9B and 31. RGB value is (191,155,49). Sum of RGB (Red+Green+Blue) = 191+155+49=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B31 is #4064CE. Grayscale: #9A9A9A. Windows color (decimal): -4220111 or 3251135. OLE color: 3251135.

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

Color convert

RGB19115549-
CMYK00.190.740.25
HSL44.79º59.17%47.06%-
HSV(B)44.79º74.35%74.9%-
XYZ33.7634.747.83-
YUV153.6868.93154.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=48.35%
G=39.24%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911554900.190.740.2544.7959.1747.06
HexBF9B310134A192d3b2f
Octal2772336102311231557357
Binary1011111110011011110001010011100101011001101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B31; }

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

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

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

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

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

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

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

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