#BF8B25

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

Shades of Nugget #BF8B25

Tints of Nugget #BF8B25

Color information

#BF8B25 (or 0xBF8B25) is unknown color: approx Nugget. HEX triplet: BF, 8B and 25. RGB value is (191,139,37). Sum of RGB (Red+Green+Blue) = 191+139+37=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B25 is #4074DA. Grayscale: #8F8F8F. Windows color (decimal): -4224219 or 2460607. OLE color: 2460607.

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

Color convert

RGB19113937-
CMYK00.270.810.25
HSL39.74º67.54%44.71%-
HSV(B)39.74º80.63%74.9%-
XYZ31.0529.685.84-
YUV142.9268.23162.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 37 (14.84% from 255) = 10.08%
R=52.04%
G=37.87%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911393700.270.810.2539.7467.5444.71
HexBF8B2501B511928442d
Octal27721345033121315010455
Binary10111111100010111001010110111010001110011010001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B25; }

 p { color: rgb(191,139,37); }

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

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

 a { background-color: rgb(191,139,37); }

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

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

 span { border-color: rgb(191,139,37); }

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