#BF9F21

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

Shades of Buddha Gold #BF9F21

Tints of Buddha Gold #BF9F21

Color information

#BF9F21 (or 0xBF9F21) is unknown color: approx Buddha Gold. HEX triplet: BF, 9F and 21. RGB value is (191,159,33). Sum of RGB (Red+Green+Blue) = 191+159+33=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F21 is #4060DE. Grayscale: #9A9A9A. Windows color (decimal): -4219103 or 2203583. OLE color: 2203583.

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

Color convert

RGB19115933-
CMYK00.170.830.25
HSL47.85º70.54%43.92%-
HSV(B)47.85º82.72%74.9%-
XYZ34.1635.986.58-
YUV154.259.6154.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=49.87%
G=41.51%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911593300.170.830.2547.8570.5443.92
HexBF9F21011531930472c
Octal27723741021123316010754
Binary10111111100111111000010100011010011110011100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F21; }

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

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

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

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

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

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

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

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