#B8A003

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

Shades of Buddha Gold #B8A003

Tints of Buddha Gold #B8A003

Color information

#B8A003 (or 0xB8A003) is unknown color: approx Buddha Gold. HEX triplet: B8, A0 and 03. RGB value is (184,160,3). Sum of RGB (Red+Green+Blue) = 184+160+3=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A003 is #475FFC. Grayscale: #959595. Windows color (decimal): -4677629 or 237752. OLE color: 237752.

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

Color convert

RGB1841603-
CMYK00.130.980.28
HSL52.04º96.79%36.67%-
HSV(B)52.04º98.37%72.16%-
XYZ32.3535.345.2-
YUV149.2845.45152.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=53.03%
G=46.11%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184160300.130.980.2852.0496.7936.67
HexB8A030D621C346125
Octal2702403015142346414145
Binary101110001010000011011011100010111001101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A003; }

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

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

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

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

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

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

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

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