#BF9B0C

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

Shades of Buddha Gold #BF9B0C

Tints of Buddha Gold #BF9B0C

Color information

#BF9B0C (or 0xBF9B0C) is unknown color: approx Buddha Gold. HEX triplet: BF, 9B and 0C. RGB value is (191,155,12). Sum of RGB (Red+Green+Blue) = 191+155+12=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9B0C is #4064F3. Grayscale: #969696. Windows color (decimal): -4220148 or 826303. OLE color: 826303.

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

Color convert

RGB19115512-
CMYK00.190.940.25
HSL47.93º88.18%39.8%-
HSV(B)47.93º93.72%74.9%-
XYZ33.2734.555.26-
YUV149.4650.43157.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=53.35%
G=43.30%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911551200.190.940.2547.9388.1839.8
HexBF9BC0135E19305828
Octal27723314023136316013050
Binary101111111001101111000100111011110110011100001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B0C; }

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

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

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

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

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

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

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

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