#B8A207

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

Shades of Buddha Gold #B8A207

Tints of Buddha Gold #B8A207

Color information

#B8A207 (or 0xB8A207) is unknown color: approx Buddha Gold. HEX triplet: B8, A2 and 07. RGB value is (184,162,7). Sum of RGB (Red+Green+Blue) = 184+162+7=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A207 is #475DF8. Grayscale: #979797. Windows color (decimal): -4677113 or 500408. OLE color: 500408.

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

Color convert

RGB1841627-
CMYK00.120.960.28
HSL52.54º92.67%37.45%-
HSV(B)52.54º96.2%72.16%-
XYZ32.7336.055.43-
YUV150.9146.79151.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=52.12%
G=45.89%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184162700.120.960.2852.5492.6737.45
HexB8A270C601C355d25
Octal2702427014140346513545
Binary1011100010100010111011001100000111001101011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A207; }

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

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

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

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

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

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

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

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