#BF8A15

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

Shades of Dark Goldenrod #BF8A15

Tints of Dark Goldenrod #BF8A15

Color information

#BF8A15 (or 0xBF8A15) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8A and 15. RGB value is (191,138,21). Sum of RGB (Red+Green+Blue) = 191+138+21=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A15 is #4075EA. Grayscale: #8D8D8D. Windows color (decimal): -4224491 or 1411775. OLE color: 1411775.

HSL color Cylindrical-coordinate representation of color #BF8A15: hue angle of 41.29º 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 #BF8A15 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19113821-
CMYK00.280.890.25
HSL41.29º80.19%41.57%-
HSV(B)41.29º89.01%74.9%-
XYZ30.7129.314.75-
YUV140.5160.56164.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 21 (8.59% from 255) = 6%
R=54.57%
G=39.43%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911382100.280.890.2541.2980.1941.57
HexBF8A1501C591929502a
Octal27721225034131315112052
Binary1011111110001010101010111001011001110011010011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A15; }

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

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

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

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

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

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

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

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