#BF9F00

Color #BF9F00 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BF9F00

Tints of Buddha Gold #BF9F00

Color information

#BF9F00 (or 0xBF9F00) is unknown color: approx Buddha Gold. HEX triplet: BF, 9F and 00. RGB value is (191,159,0). Sum of RGB (Red+Green+Blue) = 191+159+0=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F00 is #4060FF. Grayscale: #979797. Windows color (decimal): -4219136 or 40895. OLE color: 40895.

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

Color convert

RGB1911590-
CMYK00.1710.25
HSL49.95º100%37.45%-
HSV(B)49.95º100%74.9%-
XYZ33.8835.875.14-
YUV150.4443.1156.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.57%
G=45.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191159000.1710.2549.9510037.45
HexBF9F00116419326425
Octal2772370021144316214445
Binary101111111001111100100011100100110011100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F00; }

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

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

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

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

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

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

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

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