#bf840f

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

Shades of Dark Goldenrod #BF840F

Tints of Dark Goldenrod #BF840F

Color information

#BF840F (or 0xBF840F) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 84 and 0F. RGB value is (191,132,15). Sum of RGB (Red+Green+Blue) = 191+132+15=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF840F is #407BF0. Grayscale: #888888. Windows color (decimal): -4226033 or 1017023. OLE color: 1017023.

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

Color convert

RGB19113215-
CMYK00.310.920.25
HSL39.89º85.44%40.39%-
HSV(B)39.89º92.15%74.9%-
XYZ29.8227.614.21-
YUV136.359.55167.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=56.51%
G=39.05%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911321500.310.920.2539.8985.4440.39
HexBF84F01F5C19285528
Octal27720417037134315012550
Binary101111111000010011110111111011100110011010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf840f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf840f; }

 p { color: rgb(191,132,15); }

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

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

 a { background-color: rgb(191,132,15); }

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

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

 span { border-color: rgb(191,132,15); }

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