#B8A202

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

Shades of Buddha Gold #B8A202

Tints of Buddha Gold #B8A202

Color information

#B8A202 (or 0xB8A202) is unknown color: approx Buddha Gold. HEX triplet: B8, A2 and 02. RGB value is (184,162,2). Sum of RGB (Red+Green+Blue) = 184+162+2=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A202 is #475DFD. Grayscale: #979797. Windows color (decimal): -4677118 or 172728. OLE color: 172728.

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

Color convert

RGB1841622-
CMYK00.120.990.28
HSL52.75º97.85%36.47%-
HSV(B)52.75º98.91%72.16%-
XYZ32.736.045.29-
YUV150.3444.29152.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=52.87%
G=46.55%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184162200.120.990.2852.7597.8536.47
HexB8A220C631C356224
Octal2702422014143346514244
Binary101110001010001010011001100011111001101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A202; }

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

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

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

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

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

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

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

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