#bf910b

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

Shades of Dark Goldenrod #BF910B

Tints of Dark Goldenrod #BF910B

Color information

#BF910B (or 0xBF910B) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 91 and 0B. RGB value is (191,145,11). Sum of RGB (Red+Green+Blue) = 191+145+11=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF910B is #406EF4. Grayscale: #909090. Windows color (decimal): -4222709 or 758207. OLE color: 758207.

HSL color Cylindrical-coordinate representation of color #BF910B: hue angle of 44.67º 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 #BF910B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19114511-
CMYK00.240.940.25
HSL44.67º89.11%39.61%-
HSV(B)44.67º94.24%74.9%-
XYZ31.6731.354.7-
YUV143.4853.24161.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 11 (4.69% from 255) = 3.17%
R=55.04%
G=41.79%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911451100.240.940.2544.6789.1139.61
HexBF91B0185E192d5928
Octal27722113030136315513150
Binary101111111001000110110110001011110110011011011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf910b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf910b; }

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

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

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

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

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

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

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

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