#BF9730

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

Shades of Nugget #BF9730

Tints of Nugget #BF9730

Color information

#BF9730 (or 0xBF9730) is unknown color: approx Nugget. HEX triplet: BF, 97 and 30. RGB value is (191,151,48). Sum of RGB (Red+Green+Blue) = 191+151+48=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9730 is #4068CF. Grayscale: #979797. Windows color (decimal): -4221136 or 3184575. OLE color: 3184575.

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

Color convert

RGB19115148-
CMYK00.210.750.25
HSL43.22º59.83%46.86%-
HSV(B)43.22º74.87%74.9%-
XYZ33.0933.427.5-
YUV151.2269.75156.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=48.97%
G=38.72%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911514800.210.750.2543.2259.8346.86
HexBF97300154B192b3c2f
Octal2772276002511331537457
Binary1011111110010111110000010101100101111001101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9730; }

 p { color: rgb(191,151,48); }

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

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

 a { background-color: rgb(191,151,48); }

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

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

 span { border-color: rgb(191,151,48); }

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