#B8A70D

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

Shades of Buddha Gold #B8A70D

Tints of Buddha Gold #B8A70D

Color information

#B8A70D (or 0xB8A70D) is unknown color: approx Buddha Gold. HEX triplet: B8, A7 and 0D. RGB value is (184,167,13). Sum of RGB (Red+Green+Blue) = 184+167+13=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A70D is #4758F2. Grayscale: #9B9B9B. Windows color (decimal): -4675827 or 894904. OLE color: 894904.

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

Color convert

RGB18416713-
CMYK00.090.930.28
HSL54.04º86.8%38.63%-
HSV(B)54.04º92.93%72.16%-
XYZ33.6637.865.91-
YUV154.5348.13149.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 13 (5.47% from 255) = 3.57%
R=50.55%
G=45.88%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841671300.090.930.2854.0486.838.63
HexB8A7D095D1C365727
Octal27024715011135346612747
Binary10111000101001111101010011011101111001101101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A70D; }

 p { color: rgb(184,167,13); }

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

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

 a { background-color: rgb(184,167,13); }

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

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

 span { border-color: rgb(184,167,13); }

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