#BF940B

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

Shades of Dark Goldenrod #BF940B

Tints of Dark Goldenrod #BF940B

Color information

#BF940B (or 0xBF940B) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 94 and 0B. RGB value is (191,148,11). Sum of RGB (Red+Green+Blue) = 191+148+11=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940B is #406BF4. Grayscale: #919191. Windows color (decimal): -4221941 or 758975. OLE color: 758975.

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

Color convert

RGB19114811-
CMYK00.230.940.25
HSL45.67º89.11%39.61%-
HSV(B)45.67º94.24%74.9%-
XYZ32.1432.284.85-
YUV145.2452.25160.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 11 (4.69% from 255) = 3.14%
R=54.57%
G=42.29%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911481100.230.940.2545.6789.1139.61
HexBF94B0175E192e5928
Octal27722413027136315613150
Binary101111111001010010110101111011110110011011101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF940B; }

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

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

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

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

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

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

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

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