#BF9B12

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

Shades of Buddha Gold #BF9B12

Tints of Buddha Gold #BF9B12

Color information

#BF9B12 (or 0xBF9B12) is unknown color: approx Buddha Gold. HEX triplet: BF, 9B and 12. RGB value is (191,155,18). Sum of RGB (Red+Green+Blue) = 191+155+18=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9B12 is #4064ED. Grayscale: #969696. Windows color (decimal): -4220142 or 1219519. OLE color: 1219519.

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

Color convert

RGB19115518-
CMYK00.190.910.25
HSL47.51º82.78%40.98%-
HSV(B)47.51º90.58%74.9%-
XYZ33.3234.565.49-
YUV150.1553.43157.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 18 (7.42% from 255) = 4.95%
R=52.47%
G=42.58%
B=4.95%

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
Decimal1911551800.190.910.2547.5182.7840.98
HexBF9B120135B19305329
Octal27723322023133316012351
Binary1011111110011011100100100111011011110011100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B12; }

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

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

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

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

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

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

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

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