#B8A407

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

Shades of Buddha Gold #B8A407

Tints of Buddha Gold #B8A407

Color information

#B8A407 (or 0xB8A407) is unknown color: approx Buddha Gold. HEX triplet: B8, A4 and 07. RGB value is (184,164,7). Sum of RGB (Red+Green+Blue) = 184+164+7=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A407 is #475BF8. Grayscale: #989898. Windows color (decimal): -4676601 or 500920. OLE color: 500920.

HSL color Cylindrical-coordinate representation of color #B8A407: hue angle of 53.22º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8A407 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1841647-
CMYK00.110.960.28
HSL53.22º92.67%37.45%-
HSV(B)53.22º96.2%72.16%-
XYZ33.0836.765.55-
YUV152.0846.13150.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=51.83%
G=46.20%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184164700.110.960.2853.2292.6737.45
HexB8A470B601C355d25
Octal2702447013140346513545
Binary1011100010100100111010111100000111001101011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A407; }

 p { color: rgb(184,164,7); }

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

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

 a { background-color: rgb(184,164,7); }

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

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

 span { border-color: rgb(184,164,7); }

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