#BF922E

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

Shades of Nugget #BF922E

Tints of Nugget #BF922E

Color information

#BF922E (or 0xBF922E) is unknown color: approx Nugget. HEX triplet: BF, 92 and 2E. RGB value is (191,146,46). Sum of RGB (Red+Green+Blue) = 191+146+46=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF922E is #406DD1. Grayscale: #949494. Windows color (decimal): -4222418 or 3052223. OLE color: 3052223.

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

Color convert

RGB19114646-
CMYK00.240.760.25
HSL41.38º61.18%46.47%-
HSV(B)41.38º75.92%74.9%-
XYZ32.2631.837.03-
YUV148.0570.41158.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 46 (18.36% from 255) = 12.01%
R=49.87%
G=38.12%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911464600.240.760.2541.3861.1846.47
HexBF922E0184C19293d2e
Octal2772225603011431517556
Binary1011111110010010101110011000100110011001101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF922E; }

 p { color: rgb(191,146,46); }

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

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

 a { background-color: rgb(191,146,46); }

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

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

 span { border-color: rgb(191,146,46); }

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