#BF9E06

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

Shades of Buddha Gold #BF9E06

Tints of Buddha Gold #BF9E06

Color information

#BF9E06 (or 0xBF9E06) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 06. RGB value is (191,158,6). Sum of RGB (Red+Green+Blue) = 191+158+6=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E06 is #4061F9. Grayscale: #979797. Windows color (decimal): -4219386 or 433855. OLE color: 433855.

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

Color convert

RGB1911586-
CMYK00.170.970.25
HSL49.3º93.91%38.63%-
HSV(B)49.3º96.86%74.9%-
XYZ33.7535.545.25-
YUV150.5446.43156.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=53.80%
G=44.51%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191158600.170.970.2549.393.9138.63
HexBF9E60116119315e27
Octal2772366021141316113647
Binary10111111100111101100100011100001110011100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E06; }

 p { color: rgb(191,158,6); }

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

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

 a { background-color: rgb(191,158,6); }

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

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

 span { border-color: rgb(191,158,6); }

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