#BFA100

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

Shades of Buddha Gold #BFA100

Tints of Buddha Gold #BFA100

Color information

#BFA100 (or 0xBFA100) is unknown color: approx Buddha Gold. HEX triplet: BF, A1 and 00. RGB value is (191,161,0). Sum of RGB (Red+Green+Blue) = 191+161+0=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA100 is #405EFF. Grayscale: #989898. Windows color (decimal): -4218624 or 41407. OLE color: 41407.

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

Color convert

RGB1911610-
CMYK00.1610.25
HSL50.58º100%37.45%-
HSV(B)50.58º100%74.9%-
XYZ34.2336.575.25-
YUV151.6242.44156.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.26%
G=45.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191161000.1610.2550.5810037.45
HexBFA100106419336425
Octal2772410020144316314445
Binary101111111010000100100001100100110011100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA100; }

 p { color: rgb(191,161,0); }

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

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

 a { background-color: rgb(191,161,0); }

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

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

 span { border-color: rgb(191,161,0); }

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