#B8A601

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

Shades of Buddha Gold #B8A601

Tints of Buddha Gold #B8A601

Color information

#B8A601 (or 0xB8A601) is unknown color: approx Buddha Gold. HEX triplet: B8, A6 and 01. RGB value is (184,166,1). Sum of RGB (Red+Green+Blue) = 184+166+1=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A601 is #4759FE. Grayscale: #999999. Windows color (decimal): -4676095 or 108216. OLE color: 108216.

HSL color Cylindrical-coordinate representation of color #B8A601: hue angle of 54.1º degrees, saturation: 0.99, 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 #B8A601 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1841661-
CMYK00.100.990.28
HSL54.1º98.92%36.27%-
HSV(B)54.1º99.46%72.16%-
XYZ33.4137.465.5-
YUV152.5742.46150.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.42%
G=47.29%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184166100.100.990.2854.198.9236.27
HexB8A610A631C366324
Octal2702461012143346614344
Binary10111000101001101010101100011111001101101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A601; }

 p { color: rgb(184,166,1); }

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

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

 a { background-color: rgb(184,166,1); }

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

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

 span { border-color: rgb(184,166,1); }

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