#BF9121

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

Shades of Nugget #BF9121

Tints of Nugget #BF9121

Color information

#BF9121 (or 0xBF9121) is unknown color: approx Nugget. HEX triplet: BF, 91 and 21. RGB value is (191,145,33). Sum of RGB (Red+Green+Blue) = 191+145+33=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9121 is #406EDE. Grayscale: #929292. Windows color (decimal): -4222687 or 2199999. OLE color: 2199999.

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

Color convert

RGB19114533-
CMYK00.240.830.25
HSL42.53º70.54%43.92%-
HSV(B)42.53º82.72%74.9%-
XYZ31.8931.445.83-
YUV145.9964.24160.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=51.76%
G=39.30%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911453300.240.830.2542.5370.5443.92
HexBF912101853192b472c
Octal27722141030123315310754
Binary10111111100100011000010110001010011110011010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9121; }

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

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

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

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

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

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

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

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