#B9A10B

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

Shades of Buddha Gold #B9A10B

Tints of Buddha Gold #B9A10B

Color information

#B9A10B (or 0xB9A10B) is unknown color: approx Buddha Gold. HEX triplet: B9, A1 and 0B. RGB value is (185,161,11). Sum of RGB (Red+Green+Blue) = 185+161+11=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A10B is #465EF4. Grayscale: #979797. Windows color (decimal): -4611829 or 762297. OLE color: 762297.

HSL color Cylindrical-coordinate representation of color #B9A10B: hue angle of 51.72º 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 #B9A10B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18516111-
CMYK00.130.940.27
HSL51.72º88.78%38.43%-
HSV(B)51.72º94.05%72.55%-
XYZ32.8135.835.5-
YUV151.0848.95152.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=51.82%
G=45.10%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851611100.130.940.2751.7288.7838.43
HexB9A1B0D5E1B345926
Octal27124113015136336413146
Binary10111001101000011011011011011110110111101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A10B; }

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

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

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

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

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

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

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

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