#B6A10A

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

Shades of Buddha Gold #B6A10A

Tints of Buddha Gold #B6A10A

Color information

#B6A10A (or 0xB6A10A) is unknown color: approx Buddha Gold. HEX triplet: B6, A1 and 0A. RGB value is (182,161,10). Sum of RGB (Red+Green+Blue) = 182+161+10=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A10A is #495EF5. Grayscale: #969696. Windows color (decimal): -4808438 or 696758. OLE color: 696758.

HSL color Cylindrical-coordinate representation of color #B6A10A: hue angle of 52.67º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6A10A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB18216110-
CMYK00.120.950.29
HSL52.67º89.58%37.65%-
HSV(B)52.67º94.51%71.37%-
XYZ32.0935.465.44-
YUV150.0648.96150.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 10 (4.30% from 255) = 2.83%
R=51.56%
G=45.61%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821611000.120.950.2952.6789.5837.65
HexB6A1A0C5F1D355a26
Octal26624112014137356513246
Binary10110110101000011010011001011111111011101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A10A; }

 p { color: rgb(182,161,10); }

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

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

 a { background-color: rgb(182,161,10); }

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

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

 span { border-color: rgb(182,161,10); }

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