#BF9C07

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

Shades of Buddha Gold #BF9C07

Tints of Buddha Gold #BF9C07

Color information

#BF9C07 (or 0xBF9C07) is unknown color: approx Buddha Gold. HEX triplet: BF, 9C and 07. RGB value is (191,156,7). Sum of RGB (Red+Green+Blue) = 191+156+7=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C07 is #4063F8. Grayscale: #969696. Windows color (decimal): -4219897 or 498879. OLE color: 498879.

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

Color convert

RGB1911567-
CMYK00.180.960.25
HSL48.59º92.93%38.82%-
HSV(B)48.59º96.34%74.9%-
XYZ33.4134.875.17-
YUV149.4847.6157.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=53.95%
G=44.07%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191156700.180.960.2548.5992.9338.82
HexBF9C70126019315d27
Octal2772347022140316113547
Binary10111111100111001110100101100000110011100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C07; }

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

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

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

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

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

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

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

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