#BF8F00

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

Shades of Dark Goldenrod #BF8F00

Tints of Dark Goldenrod #BF8F00

Color information

#BF8F00 (or 0xBF8F00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8F and 00. RGB value is (191,143,0). Sum of RGB (Red+Green+Blue) = 191+143+0=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F00 is #4070FF. Grayscale: #8D8D8D. Windows color (decimal): -4223232 or 36799. OLE color: 36799.

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

Color convert

RGB1911430-
CMYK00.2510.25
HSL44.92º100%37.45%-
HSV(B)44.92º100%74.9%-
XYZ31.3130.724.28-
YUV141.0548.4163.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.19%
G=42.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191143000.2510.2544.9210037.45
HexBF8F001964192d6425
Octal2772170031144315514445
Binary101111111000111100110011100100110011011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F00; }

 p { color: rgb(191,143,0); }

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

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

 a { background-color: rgb(191,143,0); }

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

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

 span { border-color: rgb(191,143,0); }

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