#BF9629

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

Shades of Nugget #BF9629

Tints of Nugget #BF9629

Color information

#BF9629 (or 0xBF9629) is unknown color: approx Nugget. HEX triplet: BF, 96 and 29. RGB value is (191,150,41). Sum of RGB (Red+Green+Blue) = 191+150+41=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9629 is #4069D6. Grayscale: #969696. Windows color (decimal): -4221399 or 2725567. OLE color: 2725567.

HSL color Cylindrical-coordinate representation of color #BF9629: hue angle of 43.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF9629 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19115041-
CMYK00.210.790.25
HSL43.6º64.66%45.49%-
HSV(B)43.6º78.53%74.9%-
XYZ32.7933.056.75-
YUV149.8366.58157.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 41 (16.41% from 255) = 10.73%
R=50%
G=39.27%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911504100.210.790.2543.664.6645.49
HexBF96290154F192c412d
Octal27722651025117315410155
Binary10111111100101101010010101011001111110011011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9629; }

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

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

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

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

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

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

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

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