#B7A409

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

Shades of Buddha Gold #B7A409

Tints of Buddha Gold #B7A409

Color information

#B7A409 (or 0xB7A409) is unknown color: approx Buddha Gold. HEX triplet: B7, A4 and 09. RGB value is (183,164,9). Sum of RGB (Red+Green+Blue) = 183+164+9=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A409 is #485BF6. Grayscale: #989898. Windows color (decimal): -4742135 or 631991. OLE color: 631991.

HSL color Cylindrical-coordinate representation of color #B7A409: hue angle of 53.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7A409 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1831649-
CMYK00.100.950.28
HSL53.45º90.62%37.65%-
HSV(B)53.45º95.08%71.76%-
XYZ32.8536.645.6-
YUV152.0147.29150.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 9 (3.91% from 255) = 2.53%
R=51.40%
G=46.07%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183164900.100.950.2853.4590.6237.65
HexB7A490A5F1C355b26
Octal26724411012137346513346
Binary10110111101001001001010101011111111001101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A409; }

 p { color: rgb(183,164,9); }

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

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

 a { background-color: rgb(183,164,9); }

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

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

 span { border-color: rgb(183,164,9); }

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