#BF900B

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

Shades of Dark Goldenrod #BF900B

Tints of Dark Goldenrod #BF900B

Color information

#BF900B (or 0xBF900B) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 90 and 0B. RGB value is (191,144,11). Sum of RGB (Red+Green+Blue) = 191+144+11=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF900B is #406FF4. Grayscale: #8F8F8F. Windows color (decimal): -4222965 or 757951. OLE color: 757951.

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

Color convert

RGB19114411-
CMYK00.250.940.25
HSL44.33º89.11%39.61%-
HSV(B)44.33º94.24%74.9%-
XYZ31.5231.054.65-
YUV142.8953.57162.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=55.20%
G=41.62%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911441100.250.940.2544.3389.1139.61
HexBF90B0195E192c5928
Octal27722013031136315413150
Binary101111111001000010110110011011110110011011001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF900B; }

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

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

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

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

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

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

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

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