#BFA715

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

Shades of Buddha Gold #BFA715

Tints of Buddha Gold #BFA715

Color information

#BFA715 (or 0xBFA715) is unknown color: approx Buddha Gold. HEX triplet: BF, A7 and 15. RGB value is (191,167,21). Sum of RGB (Red+Green+Blue) = 191+167+21=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA715 is #4058EA. Grayscale: #9E9E9E. Windows color (decimal): -4217067 or 1419199. OLE color: 1419199.

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

Color convert

RGB19116721-
CMYK00.130.890.25
HSL51.53º80.19%41.57%-
HSV(B)51.53º89.01%74.9%-
XYZ35.4438.776.32-
YUV157.5350.95151.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 21 (8.59% from 255) = 5.54%
R=50.40%
G=44.06%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911672100.130.890.2551.5380.1941.57
HexBFA7150D591934502a
Octal27724725015131316412052
Binary101111111010011110101011011011001110011101001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA715; }

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

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

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

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

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

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

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

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