#BF9A12

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

Shades of Buddha Gold #BF9A12

Tints of Buddha Gold #BF9A12

Color information

#BF9A12 (or 0xBF9A12) is unknown color: approx Buddha Gold. HEX triplet: BF, 9A and 12. RGB value is (191,154,18). Sum of RGB (Red+Green+Blue) = 191+154+18=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A12 is #4065ED. Grayscale: #969696. Windows color (decimal): -4220398 or 1219263. OLE color: 1219263.

HSL color Cylindrical-coordinate representation of color #BF9A12: hue angle of 47.17º degrees, saturation: 0.83, 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 #BF9A12 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19115418-
CMYK00.190.910.25
HSL47.17º82.78%40.98%-
HSV(B)47.17º90.58%74.9%-
XYZ33.1534.235.43-
YUV149.5653.76157.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 18 (7.42% from 255) = 4.96%
R=52.62%
G=42.42%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911541800.190.910.2547.1782.7840.98
HexBF9A120135B192f5329
Octal27723222023133315712351
Binary1011111110011010100100100111011011110011011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A12; }

 p { color: rgb(191,154,18); }

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

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

 a { background-color: rgb(191,154,18); }

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

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

 span { border-color: rgb(191,154,18); }

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