#BF8C14

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

Shades of Dark Goldenrod #BF8C14

Tints of Dark Goldenrod #BF8C14

Color information

#BF8C14 (or 0xBF8C14) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8C and 14. RGB value is (191,140,20). Sum of RGB (Red+Green+Blue) = 191+140+20=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C14 is #4073EB. Grayscale: #8E8E8E. Windows color (decimal): -4223980 or 1346751. OLE color: 1346751.

HSL color Cylindrical-coordinate representation of color #BF8C14: hue angle of 42.11º degrees, saturation: 0.81, 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 #BF8C14 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19114020-
CMYK00.270.900.25
HSL42.11º81.04%41.37%-
HSV(B)42.11º89.53%74.9%-
XYZ30.9929.884.8-
YUV141.5759.4163.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 20 (8.20% from 255) = 5.70%
R=54.42%
G=39.89%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911402000.270.900.2542.1181.0441.37
HexBF8C1401B5A192a5129
Octal27721424033132315212151
Binary1011111110001100101000110111011010110011010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C14; }

 p { color: rgb(191,140,20); }

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

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

 a { background-color: rgb(191,140,20); }

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

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

 span { border-color: rgb(191,140,20); }

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