#BF9E21

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

Shades of Buddha Gold #BF9E21

Tints of Buddha Gold #BF9E21

Color information

#BF9E21 (or 0xBF9E21) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 21. RGB value is (191,158,33). Sum of RGB (Red+Green+Blue) = 191+158+33=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E21 is #4061DE. Grayscale: #9A9A9A. Windows color (decimal): -4219359 or 2203327. OLE color: 2203327.

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

Color convert

RGB19115833-
CMYK00.170.830.25
HSL47.47º70.54%43.92%-
HSV(B)47.47º82.72%74.9%-
XYZ33.9935.646.53-
YUV153.6259.93154.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 33 (13.28% from 255) = 8.64%
R=50%
G=41.36%
B=8.64%

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
Decimal1911583300.170.830.2547.4770.5443.92
HexBF9E2101153192f472c
Octal27723641021123315710754
Binary10111111100111101000010100011010011110011011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E21; }

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

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

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

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

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

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

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

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