#B6A40B

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

Shades of Buddha Gold #B6A40B

Tints of Buddha Gold #B6A40B

Color information

#B6A40B (or 0xB6A40B) is unknown color: approx Buddha Gold. HEX triplet: B6, A4 and 0B. RGB value is (182,164,11). Sum of RGB (Red+Green+Blue) = 182+164+11=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A40B is #495BF4. Grayscale: #989898. Windows color (decimal): -4807669 or 763062. OLE color: 763062.

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

Color convert

RGB18216411-
CMYK00.100.940.29
HSL53.68º88.6%37.84%-
HSV(B)53.68º93.96%71.37%-
XYZ32.6336.525.65-
YUV151.9448.46149.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=50.98%
G=45.94%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821641100.100.940.2953.6888.637.84
HexB6A4B0A5E1D365926
Octal26624413012136356613146
Binary10110110101001001011010101011110111011101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A40B; }

 p { color: rgb(182,164,11); }

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

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

 a { background-color: rgb(182,164,11); }

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

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

 span { border-color: rgb(182,164,11); }

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