#B8A006

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

Shades of Buddha Gold #B8A006

Tints of Buddha Gold #B8A006

Color information

#B8A006 (or 0xB8A006) is unknown color: approx Buddha Gold. HEX triplet: B8, A0 and 06. RGB value is (184,160,6). Sum of RGB (Red+Green+Blue) = 184+160+6=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A006 is #475FF9. Grayscale: #969696. Windows color (decimal): -4677626 or 434360. OLE color: 434360.

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

Color convert

RGB1841606-
CMYK00.130.970.28
HSL51.91º93.68%37.25%-
HSV(B)51.91º96.74%72.16%-
XYZ32.3735.355.29-
YUV149.6246.95152.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=52.57%
G=45.71%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184160600.130.970.2851.9193.6837.25
HexB8A060D611C345e25
Octal2702406015141346413645
Binary1011100010100000110011011100001111001101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A006; }

 p { color: rgb(184,160,6); }

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

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

 a { background-color: rgb(184,160,6); }

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

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

 span { border-color: rgb(184,160,6); }

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