#B8A706

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

Shades of Buddha Gold #B8A706

Tints of Buddha Gold #B8A706

Color information

#B8A706 (or 0xB8A706) is unknown color: approx Buddha Gold. HEX triplet: B8, A7 and 06. RGB value is (184,167,6). Sum of RGB (Red+Green+Blue) = 184+167+6=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A706 is #4758F9. Grayscale: #9A9A9A. Windows color (decimal): -4675834 or 436152. OLE color: 436152.

HSL color Cylindrical-coordinate representation of color #B8A706: hue angle of 54.27º 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 #B8A706 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841676-
CMYK00.090.970.28
HSL54.27º93.68%37.25%-
HSV(B)54.27º96.74%72.16%-
XYZ33.6237.845.7-
YUV153.7344.63149.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 6 (2.73% from 255) = 1.68%
R=51.54%
G=46.78%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184167600.090.970.2854.2793.6837.25
HexB8A7609611C365e25
Octal2702476011141346613645
Binary1011100010100111110010011100001111001101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A706; }

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

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

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

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

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

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

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

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