#b5961b

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

Shades of Buddha Gold #B5961B

Tints of Buddha Gold #B5961B

Color information

#B5961B (or 0xB5961B) is unknown color: approx Buddha Gold. HEX triplet: B5, 96 and 1B. RGB value is (181,150,27). Sum of RGB (Red+Green+Blue) = 181+150+27=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961B is #4A69E4. Grayscale: #919191. Windows color (decimal): -4876773 or 1808053. OLE color: 1808053.

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

Color convert

RGB18115027-
CMYK00.170.850.29
HSL47.92º74.04%40.78%-
HSV(B)47.92º85.08%70.98%-
XYZ30.1631.725.57-
YUV145.2561.27153.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 27 (10.94% from 255) = 7.54%
R=50.56%
G=41.90%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811502700.170.850.2947.9274.0440.78
HexB5961B011551D304a29
Octal26522633021125356011251
Binary1011010110010110110110100011010101111011100001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5961b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5961b; }

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

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

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

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

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

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

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

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