#B8A018

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

Shades of Buddha Gold #B8A018

Tints of Buddha Gold #B8A018

Color information

#B8A018 (or 0xB8A018) is unknown color: approx Buddha Gold. HEX triplet: B8, A0 and 18. RGB value is (184,160,24). Sum of RGB (Red+Green+Blue) = 184+160+24=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A018 is #475FE7. Grayscale: #989898. Windows color (decimal): -4677608 or 1614008. OLE color: 1614008.

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

Color convert

RGB18416024-
CMYK00.130.870.28
HSL51º76.92%40.78%-
HSV(B)51º86.96%72.16%-
XYZ32.535.45.98-
YUV151.6755.95151.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 24 (9.77% from 255) = 6.52%
R=50%
G=43.48%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841602400.130.870.285176.9240.78
HexB8A0180D571C334d29
Octal27024030015127346311551
Binary101110001010000011000011011010111111001100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A018; }

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

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

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

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

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

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

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

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