#BF9327

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

Shades of Nugget #BF9327

Tints of Nugget #BF9327

Color information

#BF9327 (or 0xBF9327) is unknown color: approx Nugget. HEX triplet: BF, 93 and 27. RGB value is (191,147,39). Sum of RGB (Red+Green+Blue) = 191+147+39=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9327 is #406CD8. Grayscale: #949494. Windows color (decimal): -4222169 or 2593727. OLE color: 2593727.

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

Color convert

RGB19114739-
CMYK00.230.800.25
HSL42.63º66.09%45.1%-
HSV(B)42.63º79.58%74.9%-
XYZ32.2932.096.41-
YUV147.8466.58158.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 39 (15.62% from 255) = 10.34%
R=50.66%
G=38.99%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911473900.230.800.2542.6366.0945.1
HexBF932701750192b422d
Octal27722347027120315310255
Binary10111111100100111001110101111010000110011010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9327; }

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

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

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

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

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

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

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

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