#BF9E16

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

Shades of Buddha Gold #BF9E16

Tints of Buddha Gold #BF9E16

Color information

#BF9E16 (or 0xBF9E16) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 16. RGB value is (191,158,22). Sum of RGB (Red+Green+Blue) = 191+158+22=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E16 is #4061E9. Grayscale: #989898. Windows color (decimal): -4219370 or 1482431. OLE color: 1482431.

HSL color Cylindrical-coordinate representation of color #BF9E16: hue angle of 48.28º 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 #BF9E16 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19115822-
CMYK00.170.880.25
HSL48.28º79.34%41.76%-
HSV(B)48.28º88.48%74.9%-
XYZ33.8635.595.84-
YUV152.3654.43155.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 22 (8.98% from 255) = 5.93%
R=51.48%
G=42.59%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911582200.170.880.2548.2879.3441.76
HexBF9E160115819304f2a
Octal27723626021130316011752
Binary1011111110011110101100100011011000110011100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E16; }

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

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

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

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

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

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

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

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