#BF9F15

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

Shades of Buddha Gold #BF9F15

Tints of Buddha Gold #BF9F15

Color information

#BF9F15 (or 0xBF9F15) is unknown color: approx Buddha Gold. HEX triplet: BF, 9F and 15. RGB value is (191,159,21). Sum of RGB (Red+Green+Blue) = 191+159+21=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F15 is #4060EA. Grayscale: #999999. Windows color (decimal): -4219115 or 1417151. OLE color: 1417151.

HSL color Cylindrical-coordinate representation of color #BF9F15: hue angle of 48.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF9F15 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19115921-
CMYK00.170.890.25
HSL48.71º80.19%41.57%-
HSV(B)48.71º89.01%74.9%-
XYZ34.0235.935.85-
YUV152.8453.6155.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 5.66%
R=51.48%
G=42.86%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911592100.170.890.2548.7180.1941.57
HexBF9F15011591931502a
Octal27723725021131316112052
Binary1011111110011111101010100011011001110011100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F15; }

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

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

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

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

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

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

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

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