#BF8D2A

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

Shades of Nugget #BF8D2A

Tints of Nugget #BF8D2A

Color information

#BF8D2A (or 0xBF8D2A) is unknown color: approx Nugget. HEX triplet: BF, 8D and 2A. RGB value is (191,141,42). Sum of RGB (Red+Green+Blue) = 191+141+42=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D2A is #4072D5. Grayscale: #919191. Windows color (decimal): -4223702 or 2788799. OLE color: 2788799.

HSL color Cylindrical-coordinate representation of color #BF8D2A: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF8D2A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19114142-
CMYK00.260.780.25
HSL39.87º63.95%45.69%-
HSV(B)39.87º78.01%74.9%-
XYZ31.4330.296.38-
YUV144.6670.06161.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 42 (16.80% from 255) = 11.23%
R=51.07%
G=37.70%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911414200.260.780.2539.8763.9545.69
HexBF8D2A01A4E1928402e
Octal27721552032116315010056
Binary10111111100011011010100110101001110110011010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D2A; }

 p { color: rgb(191,141,42); }

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

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

 a { background-color: rgb(191,141,42); }

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

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

 span { border-color: rgb(191,141,42); }

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