#bf8111

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

Shades of Dark Goldenrod #BF8111

Tints of Dark Goldenrod #BF8111

Color information

#BF8111 (or 0xBF8111) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 81 and 11. RGB value is (191,129,17). Sum of RGB (Red+Green+Blue) = 191+129+17=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8111 is #407EEE. Grayscale: #878787. Windows color (decimal): -4226799 or 1147327. OLE color: 1147327.

HSL color Cylindrical-coordinate representation of color #BF8111: hue angle of 38.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF8111 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19112917-
CMYK00.320.910.25
HSL38.62º83.65%40.78%-
HSV(B)38.62º91.1%74.9%-
XYZ29.4426.824.16-
YUV134.7761.54168.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=56.68%
G=38.28%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911291700.320.910.2538.6283.6540.78
HexBF81110205B19275429
Octal27720121040133314712451
Binary10111111100000011000101000001011011110011001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8111; }

 p { color: rgb(191,129,17); }

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

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

 a { background-color: rgb(191,129,17); }

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

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

 span { border-color: rgb(191,129,17); }

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