#BF860A

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

Shades of Dark Goldenrod #BF860A

Tints of Dark Goldenrod #BF860A

Color information

#BF860A (or 0xBF860A) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 86 and 0A. RGB value is (191,134,10). Sum of RGB (Red+Green+Blue) = 191+134+10=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF860A is #4079F5. Grayscale: #898989. Windows color (decimal): -4225526 or 689855. OLE color: 689855.

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

Color convert

RGB19113410-
CMYK00.300.950.25
HSL41.1º90.05%39.41%-
HSV(B)41.1º94.76%74.9%-
XYZ30.0728.154.14-
YUV136.9156.38166.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=57.01%
G=40%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911341000.300.950.2541.190.0539.41
HexBF86A01E5F19295a27
Octal27720612036137315113247
Binary101111111000011010100111101011111110011010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF860A; }

 p { color: rgb(191,134,10); }

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

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

 a { background-color: rgb(191,134,10); }

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

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

 span { border-color: rgb(191,134,10); }

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