#BF7F15

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

Shades of Dark Goldenrod #BF7F15

Tints of Dark Goldenrod #BF7F15

Color information

#BF7F15 (or 0xBF7F15) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7F and 15. RGB value is (191,127,21). Sum of RGB (Red+Green+Blue) = 191+127+21=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F15 is #4080EA. Grayscale: #868686. Windows color (decimal): -4227307 or 1408959. OLE color: 1408959.

HSL color Cylindrical-coordinate representation of color #BF7F15: hue angle of 37.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF7F15 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19112721-
CMYK00.340.890.25
HSL37.41º80.19%41.57%-
HSV(B)37.41º89.01%74.9%-
XYZ29.2126.314.25-
YUV134.0564.2168.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=56.34%
G=37.46%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911272100.340.890.2537.4180.1941.57
HexBF7F15022591925502a
Octal27717725042131314512052
Binary1011111111111111010101000101011001110011001011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F15; }

 p { color: rgb(191,127,21); }

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

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

 a { background-color: rgb(191,127,21); }

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

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

 span { border-color: rgb(191,127,21); }

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