#B9A30B

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

Shades of Buddha Gold #B9A30B

Tints of Buddha Gold #B9A30B

Color information

#B9A30B (or 0xB9A30B) is unknown color: approx Buddha Gold. HEX triplet: B9, A3 and 0B. RGB value is (185,163,11). Sum of RGB (Red+Green+Blue) = 185+163+11=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A30B is #465CF4. Grayscale: #989898. Windows color (decimal): -4611317 or 762809. OLE color: 762809.

HSL color Cylindrical-coordinate representation of color #B9A30B: hue angle of 52.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9A30B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18516311-
CMYK00.120.940.27
HSL52.41º88.78%38.43%-
HSV(B)52.41º94.05%72.55%-
XYZ33.1736.535.62-
YUV152.2548.29151.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=51.53%
G=45.40%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851631100.120.940.2752.4188.7838.43
HexB9A3B0C5E1B345926
Octal27124313014136336413146
Binary10111001101000111011011001011110110111101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A30B; }

 p { color: rgb(185,163,11); }

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

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

 a { background-color: rgb(185,163,11); }

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

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

 span { border-color: rgb(185,163,11); }

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