#BFA800

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

Shades of Buddha Gold #BFA800

Tints of Buddha Gold #BFA800

Color information

#BFA800 (or 0xBFA800) is unknown color: approx Buddha Gold. HEX triplet: BF, A8 and 00. RGB value is (191,168,0). Sum of RGB (Red+Green+Blue) = 191+168+0=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA800 is #4057FF. Grayscale: #9C9C9C. Windows color (decimal): -4216832 or 43199. OLE color: 43199.

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

Color convert

RGB1911680-
CMYK00.1210.25
HSL52.77º100%37.45%-
HSV(B)52.77º100%74.9%-
XYZ35.4939.085.67-
YUV155.7240.12153.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 168 (66.02% from 255) = 46.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.20%
G=46.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191168000.1210.2552.7710037.45
HexBFA800C6419356425
Octal2772500014144316514445
Binary10111111101010000011001100100110011101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA800; }

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

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

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

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

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

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

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

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