#B5960B

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

Shades of Buddha Gold #B5960B

Tints of Buddha Gold #B5960B

Color information

#B5960B (or 0xB5960B) is unknown color: approx Buddha Gold. HEX triplet: B5, 96 and 0B. RGB value is (181,150,11). Sum of RGB (Red+Green+Blue) = 181+150+11=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5960B is #4A69F4. Grayscale: #909090. Windows color (decimal): -4876789 or 759477. OLE color: 759477.

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

Color convert

RGB18115011-
CMYK00.170.940.29
HSL49.06º88.54%37.65%-
HSV(B)49.06º93.92%70.98%-
XYZ30.0231.664.85-
YUV143.4253.27154.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 11 (4.69% from 255) = 3.22%
R=52.92%
G=43.86%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811501100.170.940.2949.0688.5437.65
HexB596B0115E1D315926
Octal26522613021136356113146
Binary101101011001011010110100011011110111011100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5960B; }

 p { color: rgb(181,150,11); }

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

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

 a { background-color: rgb(181,150,11); }

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

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

 span { border-color: rgb(181,150,11); }

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