#B5970E

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

Shades of Buddha Gold #B5970E

Tints of Buddha Gold #B5970E

Color information

#B5970E (or 0xB5970E) is unknown color: approx Buddha Gold. HEX triplet: B5, 97 and 0E. RGB value is (181,151,14). Sum of RGB (Red+Green+Blue) = 181+151+14=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5970E is #4A68F1. Grayscale: #909090. Windows color (decimal): -4876530 or 956341. OLE color: 956341.

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

Color convert

RGB18115114-
CMYK00.170.920.29
HSL49.22º85.64%38.24%-
HSV(B)49.22º92.27%70.98%-
XYZ30.231.995-
YUV144.3554.44154.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=52.31%
G=43.64%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811511400.170.920.2949.2285.6438.24
HexB597E0115C1D315626
Octal26522716021134356112646
Binary101101011001011111100100011011100111011100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5970E; }

 p { color: rgb(181,151,14); }

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

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

 a { background-color: rgb(181,151,14); }

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

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

 span { border-color: rgb(181,151,14); }

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