#BF870E

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

Shades of Dark Goldenrod #BF870E

Tints of Dark Goldenrod #BF870E

Color information

#BF870E (or 0xBF870E) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 87 and 0E. RGB value is (191,135,14). Sum of RGB (Red+Green+Blue) = 191+135+14=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF870E is #4078F1. Grayscale: #8A8A8A. Windows color (decimal): -4225266 or 952255. OLE color: 952255.

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

Color convert

RGB19113514-
CMYK00.290.930.25
HSL41.02º86.34%40.2%-
HSV(B)41.02º92.67%74.9%-
XYZ30.2328.444.31-
YUV137.9558.05165.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=56.18%
G=39.71%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911351400.290.930.2541.0286.3440.2
HexBF87E01D5D19295628
Octal27720716035135315112650
Binary101111111000011111100111011011101110011010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF870E; }

 p { color: rgb(191,135,14); }

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

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

 a { background-color: rgb(191,135,14); }

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

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

 span { border-color: rgb(191,135,14); }

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