#BF9C11

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

Shades of Buddha Gold #BF9C11

Tints of Buddha Gold #BF9C11

Color information

#BF9C11 (or 0xBF9C11) is unknown color: approx Buddha Gold. HEX triplet: BF, 9C and 11. RGB value is (191,156,17). Sum of RGB (Red+Green+Blue) = 191+156+17=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C11 is #4063EE. Grayscale: #979797. Windows color (decimal): -4219887 or 1154239. OLE color: 1154239.

HSL color Cylindrical-coordinate representation of color #BF9C11: hue angle of 47.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF9C11 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19115617-
CMYK00.180.910.25
HSL47.93º83.65%40.78%-
HSV(B)47.93º91.1%74.9%-
XYZ33.4834.895.5-
YUV150.6252.6156.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 4.67%
R=52.47%
G=42.86%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911561700.180.910.2547.9383.6540.78
HexBF9C110125B19305429
Octal27723421022133316012451
Binary1011111110011100100010100101011011110011100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C11; }

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

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

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

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

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

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

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

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