#BF9F0A

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

Shades of Buddha Gold #BF9F0A

Tints of Buddha Gold #BF9F0A

Color information

#BF9F0A (or 0xBF9F0A) is unknown color: approx Buddha Gold. HEX triplet: BF, 9F and 0A. RGB value is (191,159,10). Sum of RGB (Red+Green+Blue) = 191+159+10=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F0A is #4060F5. Grayscale: #989898. Windows color (decimal): -4219126 or 696255. OLE color: 696255.

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

Color convert

RGB19115910-
CMYK00.170.950.25
HSL49.39º90.05%39.41%-
HSV(B)49.39º94.76%74.9%-
XYZ33.9435.895.43-
YUV151.5848.1156.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 10 (4.30% from 255) = 2.78%
R=53.06%
G=44.17%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911591000.170.950.2549.3990.0539.41
HexBF9FA0115F19315a27
Octal27723712021137316113247
Binary101111111001111110100100011011111110011100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F0A; }

 p { color: rgb(191,159,10); }

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

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

 a { background-color: rgb(191,159,10); }

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

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

 span { border-color: rgb(191,159,10); }

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