#BF9A31

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

Shades of Nugget #BF9A31

Tints of Nugget #BF9A31

Color information

#BF9A31 (or 0xBF9A31) is unknown color: approx Nugget. HEX triplet: BF, 9A and 31. RGB value is (191,154,49). Sum of RGB (Red+Green+Blue) = 191+154+49=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A31 is #4065CE. Grayscale: #999999. Windows color (decimal): -4220367 or 3250879. OLE color: 3250879.

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

Color convert

RGB19115449-
CMYK00.190.740.25
HSL44.37º59.17%47.06%-
HSV(B)44.37º74.35%74.9%-
XYZ33.634.417.78-
YUV153.0969.26155.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=48.48%
G=39.09%
B=12.44%

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
Decimal1911544900.190.740.2544.3759.1747.06
HexBF9A310134A192c3b2f
Octal2772326102311231547357
Binary1011111110011010110001010011100101011001101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A31; }

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

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

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

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

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

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

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

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