#BF9626

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

Shades of Nugget #BF9626

Tints of Nugget #BF9626

Color information

#BF9626 (or 0xBF9626) is unknown color: approx Nugget. HEX triplet: BF, 96 and 26. RGB value is (191,150,38). Sum of RGB (Red+Green+Blue) = 191+150+38=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9626 is #4069D9. Grayscale: #959595. Windows color (decimal): -4221402 or 2528959. OLE color: 2528959.

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

Color convert

RGB19115038-
CMYK00.210.800.25
HSL43.92º66.81%44.9%-
HSV(B)43.92º80.1%74.9%-
XYZ32.7433.036.48-
YUV149.4965.08157.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 38 (15.23% from 255) = 10.03%
R=50.40%
G=39.58%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911503800.210.800.2543.9266.8144.9
HexBF962601550192c432d
Octal27722646025120315410355
Binary10111111100101101001100101011010000110011011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9626; }

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

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

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

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

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

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

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

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