#BF9127

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

Shades of Nugget #BF9127

Tints of Nugget #BF9127

Color information

#BF9127 (or 0xBF9127) is unknown color: approx Nugget. HEX triplet: BF, 91 and 27. RGB value is (191,145,39). Sum of RGB (Red+Green+Blue) = 191+145+39=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9127 is #406ED8. Grayscale: #939393. Windows color (decimal): -4222681 or 2593215. OLE color: 2593215.

HSL color Cylindrical-coordinate representation of color #BF9127: hue angle of 41.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF9127 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19114539-
CMYK00.240.800.25
HSL41.84º66.09%45.1%-
HSV(B)41.84º79.58%74.9%-
XYZ31.9831.476.31-
YUV146.6767.24159.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=50.93%
G=38.67%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911453900.240.800.2541.8466.0945.1
HexBF912701850192a422d
Octal27722147030120315210255
Binary10111111100100011001110110001010000110011010101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9127; }

 p { color: rgb(191,145,39); }

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

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

 a { background-color: rgb(191,145,39); }

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

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

 span { border-color: rgb(191,145,39); }

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