#bf8019

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

Shades of Dark Goldenrod #BF8019

Tints of Dark Goldenrod #BF8019

Color information

#BF8019 (or 0xBF8019) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 80 and 19. RGB value is (191,128,25). Sum of RGB (Red+Green+Blue) = 191+128+25=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8019 is #407FE6. Grayscale: #878787. Windows color (decimal): -4227047 or 1671359. OLE color: 1671359.

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

Color convert

RGB19112825-
CMYK00.330.870.25
HSL37.23º76.85%42.35%-
HSV(B)37.23º86.91%74.9%-
XYZ29.3826.584.5-
YUV135.165.87167.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 25 (10.16% from 255) = 7.27%
R=55.52%
G=37.21%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911282500.330.870.2537.2376.8542.35
HexBF80190215719254d2a
Octal27720031041127314511552
Binary10111111100000001100101000011010111110011001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8019; }

 p { color: rgb(191,128,25); }

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

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

 a { background-color: rgb(191,128,25); }

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

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

 span { border-color: rgb(191,128,25); }

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