#bf9700

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

Shades of Dark Goldenrod #BF9700

Tints of Dark Goldenrod #BF9700

Color information

#BF9700 (or 0xBF9700) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 97 and 00. RGB value is (191,151,0). Sum of RGB (Red+Green+Blue) = 191+151+0=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9700 is #4068FF. Grayscale: #929292. Windows color (decimal): -4221184 or 38847. OLE color: 38847.

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

Color convert

RGB1911510-
CMYK00.2110.25
HSL47.43º100%37.45%-
HSV(B)47.43º100%74.9%-
XYZ32.5533.214.69-
YUV145.7545.75160.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.85%
G=44.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191151000.2110.2547.4310037.45
HexBF97001564192f6425
Octal2772270025144315714445
Binary101111111001011100101011100100110011011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9700; }

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

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

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

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

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

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

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

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