#BF8E20

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

Shades of Nugget #BF8E20

Tints of Nugget #BF8E20

Color information

#BF8E20 (or 0xBF8E20) is unknown color: approx Nugget. HEX triplet: BF, 8E and 20. RGB value is (191,142,32). Sum of RGB (Red+Green+Blue) = 191+142+32=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E20 is #4071DF. Grayscale: #909090. Windows color (decimal): -4223456 or 2133695. OLE color: 2133695.

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

Color convert

RGB19114232-
CMYK00.260.830.25
HSL41.51º71.3%43.73%-
HSV(B)41.51º83.25%74.9%-
XYZ31.4230.535.6-
YUV144.1164.73161.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 32 (12.89% from 255) = 8.77%
R=52.33%
G=38.90%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911423200.260.830.2541.5171.343.73
HexBF8E2001A53192a472c
Octal27721640032123315210754
Binary10111111100011101000000110101010011110011010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E20; }

 p { color: rgb(191,142,32); }

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

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

 a { background-color: rgb(191,142,32); }

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

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

 span { border-color: rgb(191,142,32); }

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