#BF840B

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

Shades of Dark Goldenrod #BF840B

Tints of Dark Goldenrod #BF840B

Color information

#BF840B (or 0xBF840B) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 84 and 0B. RGB value is (191,132,11). Sum of RGB (Red+Green+Blue) = 191+132+11=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF840B is #407BF4. Grayscale: #888888. Windows color (decimal): -4226037 or 754879. OLE color: 754879.

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

Color convert

RGB19113211-
CMYK00.310.940.25
HSL40.33º89.11%39.61%-
HSV(B)40.33º94.24%74.9%-
XYZ29.827.64.07-
YUV135.8557.55167.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 11 (4.69% from 255) = 3.29%
R=57.19%
G=39.52%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911321100.310.940.2540.3389.1139.61
HexBF84B01F5E19285928
Octal27720413037136315013150
Binary101111111000010010110111111011110110011010001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF840B; }

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

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

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

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

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

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

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

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