#BF8C00

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

Shades of Dark Goldenrod #BF8C00

Tints of Dark Goldenrod #BF8C00

Color information

#BF8C00 (or 0xBF8C00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8C and 00. RGB value is (191,140,0). Sum of RGB (Red+Green+Blue) = 191+140+0=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C00 is #4073FF. Grayscale: #8B8B8B. Windows color (decimal): -4224000 or 36031. OLE color: 36031.

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

Color convert

RGB1911400-
CMYK00.2710.25
HSL43.98º100%37.45%-
HSV(B)43.98º100%74.9%-
XYZ30.8629.834.13-
YUV139.2949.4164.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.70%
G=42.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191140000.2710.2543.9810037.45
HexBF8C001B64192c6425
Octal2772140033144315414445
Binary101111111000110000110111100100110011011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C00; }

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

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

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

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

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

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

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

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