#BF9C15

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

Shades of Buddha Gold #BF9C15

Tints of Buddha Gold #BF9C15

Color information

#BF9C15 (or 0xBF9C15) is unknown color: approx Buddha Gold. HEX triplet: BF, 9C and 15. RGB value is (191,156,21). Sum of RGB (Red+Green+Blue) = 191+156+21=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C15 is #4063EA. Grayscale: #979797. Windows color (decimal): -4219883 or 1416383. OLE color: 1416383.

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

Color convert

RGB19115621-
CMYK00.180.890.25
HSL47.65º80.19%41.57%-
HSV(B)47.65º89.01%74.9%-
XYZ33.5134.915.68-
YUV151.0754.6156.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 21 (8.59% from 255) = 5.71%
R=51.90%
G=42.39%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911562100.180.890.2547.6580.1941.57
HexBF9C15012591930502a
Octal27723425022131316012052
Binary1011111110011100101010100101011001110011100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C15; }

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

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

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

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

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

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

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

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