#BF8F2B

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

Shades of Nugget #BF8F2B

Tints of Nugget #BF8F2B

Color information

#BF8F2B (or 0xBF8F2B) is unknown color: approx Nugget. HEX triplet: BF, 8F and 2B. RGB value is (191,143,43). Sum of RGB (Red+Green+Blue) = 191+143+43=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F2B is #4070D4. Grayscale: #929292. Windows color (decimal): -4223189 or 2854847. OLE color: 2854847.

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

Color convert

RGB19114343-
CMYK00.250.770.25
HSL40.54º63.25%45.88%-
HSV(B)40.54º77.49%74.9%-
XYZ31.7430.96.58-
YUV145.9569.9160.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=50.66%
G=37.93%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911434300.250.770.2540.5463.2545.88
HexBF8F2B0194D19293f2e
Octal2772175303111531517756
Binary1011111110001111101011011001100110111001101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F2B; }

 p { color: rgb(191,143,43); }

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

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

 a { background-color: rgb(191,143,43); }

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

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

 span { border-color: rgb(191,143,43); }

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