#BF9A00

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

Shades of Dark Goldenrod #BF9A00

Tints of Dark Goldenrod #BF9A00

Color information

#BF9A00 (or 0xBF9A00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 9A and 00. RGB value is (191,154,0). Sum of RGB (Red+Green+Blue) = 191+154+0=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A00 is #4065FF. Grayscale: #949494. Windows color (decimal): -4220416 or 39615. OLE color: 39615.

HSL color Cylindrical-coordinate representation of color #BF9A00: hue angle of 48.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF9A00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911540-
CMYK00.1910.25
HSL48.38º100%37.45%-
HSV(B)48.38º100%74.9%-
XYZ33.0434.194.86-
YUV147.5144.76159.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.36%
G=44.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191154000.1910.2548.3810037.45
HexBF9A00136419306425
Octal2772320023144316014445
Binary101111111001101000100111100100110011100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A00; }

 p { color: rgb(191,154,0); }

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

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

 a { background-color: rgb(191,154,0); }

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

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

 span { border-color: rgb(191,154,0); }

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