#BF9126

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

Shades of Nugget #BF9126

Tints of Nugget #BF9126

Color information

#BF9126 (or 0xBF9126) is unknown color: approx Nugget. HEX triplet: BF, 91 and 26. RGB value is (191,145,38). Sum of RGB (Red+Green+Blue) = 191+145+38=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9126 is #406ED9. Grayscale: #939393. Windows color (decimal): -4222682 or 2527679. OLE color: 2527679.

HSL color Cylindrical-coordinate representation of color #BF9126: hue angle of 41.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF9126 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19114538-
CMYK00.240.800.25
HSL41.96º66.81%44.9%-
HSV(B)41.96º80.1%74.9%-
XYZ31.9631.476.22-
YUV146.5666.74159.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 38 (15.23% from 255) = 10.16%
R=51.07%
G=38.77%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911453800.240.800.2541.9666.8144.9
HexBF912601850192a432d
Octal27722146030120315210355
Binary10111111100100011001100110001010000110011010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9126; }

 p { color: rgb(191,145,38); }

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

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

 a { background-color: rgb(191,145,38); }

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

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

 span { border-color: rgb(191,145,38); }

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