#BF9026

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

Shades of Nugget #BF9026

Tints of Nugget #BF9026

Color information

#BF9026 (or 0xBF9026) is unknown color: approx Nugget. HEX triplet: BF, 90 and 26. RGB value is (191,144,38). Sum of RGB (Red+Green+Blue) = 191+144+38=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9026 is #406FD9. Grayscale: #929292. Windows color (decimal): -4222938 or 2527423. OLE color: 2527423.

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

Color convert

RGB19114438-
CMYK00.250.800.25
HSL41.57º66.81%44.9%-
HSV(B)41.57º80.1%74.9%-
XYZ31.8131.166.17-
YUV145.9767.07160.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 38 (15.23% from 255) = 10.19%
R=51.21%
G=38.61%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911443800.250.800.2541.5766.8144.9
HexBF902601950192a432d
Octal27722046031120315210355
Binary10111111100100001001100110011010000110011010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9026; }

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

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

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

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

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

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

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

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