#B5960C

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

Shades of Buddha Gold #B5960C

Tints of Buddha Gold #B5960C

Color information

#B5960C (or 0xB5960C) is unknown color: approx Buddha Gold. HEX triplet: B5, 96 and 0C. RGB value is (181,150,12). Sum of RGB (Red+Green+Blue) = 181+150+12=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5960C is #4A69F3. Grayscale: #909090. Windows color (decimal): -4876788 or 825013. OLE color: 825013.

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

Color convert

RGB18115012-
CMYK00.170.930.29
HSL48.99º87.56%37.84%-
HSV(B)48.99º93.37%70.98%-
XYZ30.0331.664.88-
YUV143.5453.77154.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=52.77%
G=43.73%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811501200.170.930.2948.9987.5637.84
HexB596C0115D1D315826
Octal26522614021135356113046
Binary101101011001011011000100011011101111011100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5960C; }

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

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

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

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

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

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

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

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