#BF9A29

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

Shades of Nugget #BF9A29

Tints of Nugget #BF9A29

Color information

#BF9A29 (or 0xBF9A29) is unknown color: approx Nugget. HEX triplet: BF, 9A and 29. RGB value is (191,154,41). Sum of RGB (Red+Green+Blue) = 191+154+41=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A29 is #4065D6. Grayscale: #989898. Windows color (decimal): -4220375 or 2726591. OLE color: 2726591.

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

Color convert

RGB19115441-
CMYK00.190.790.25
HSL45.2º64.66%45.49%-
HSV(B)45.2º78.53%74.9%-
XYZ33.4434.356.97-
YUV152.1865.26155.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 41 (16.41% from 255) = 10.62%
R=49.48%
G=39.90%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911544100.190.790.2545.264.6645.49
HexBF9A290134F192d412d
Octal27723251023117315510155
Binary10111111100110101010010100111001111110011011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A29; }

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

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

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

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

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

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

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

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