#BF8513

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

Shades of Dark Goldenrod #BF8513

Tints of Dark Goldenrod #BF8513

Color information

#BF8513 (or 0xBF8513) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 85 and 13. RGB value is (191,133,19). Sum of RGB (Red+Green+Blue) = 191+133+19=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8513 is #407AEC. Grayscale: #898989. Windows color (decimal): -4225773 or 1279423. OLE color: 1279423.

HSL color Cylindrical-coordinate representation of color #BF8513: hue angle of 39.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF8513 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19113319-
CMYK00.300.900.25
HSL39.77º81.9%41.18%-
HSV(B)39.77º90.05%74.9%-
XYZ29.9927.94.42-
YUV137.3561.22166.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=55.69%
G=38.78%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911331900.300.900.2539.7781.941.18
HexBF851301E5A19285229
Octal27720523036132315012251
Binary1011111110000101100110111101011010110011010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8513; }

 p { color: rgb(191,133,19); }

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

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

 a { background-color: rgb(191,133,19); }

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

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

 span { border-color: rgb(191,133,19); }

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