#BF8F16

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

Shades of Buddha Gold #BF8F16

Tints of Buddha Gold #BF8F16

Color information

#BF8F16 (or 0xBF8F16) is unknown color: approx Buddha Gold. HEX triplet: BF, 8F and 16. RGB value is (191,143,22). Sum of RGB (Red+Green+Blue) = 191+143+22=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F16 is #4070E9. Grayscale: #909090. Windows color (decimal): -4223210 or 1478591. OLE color: 1478591.

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

Color convert

RGB19114322-
CMYK00.250.880.25
HSL42.96º79.34%41.76%-
HSV(B)42.96º88.48%74.9%-
XYZ31.4530.785.04-
YUV143.5659.4161.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=53.65%
G=40.17%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911432200.250.880.2542.9679.3441.76
HexBF8F1601958192b4f2a
Octal27721726031130315311752
Binary1011111110001111101100110011011000110011010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F16; }

 p { color: rgb(191,143,22); }

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

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

 a { background-color: rgb(191,143,22); }

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

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

 span { border-color: rgb(191,143,22); }

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