#B7960E

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

Shades of Buddha Gold #B7960E

Tints of Buddha Gold #B7960E

Color information

#B7960E (or 0xB7960E) is unknown color: approx Buddha Gold. HEX triplet: B7, 96 and 0E. RGB value is (183,150,14). Sum of RGB (Red+Green+Blue) = 183+150+14=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7960E is #4869F1. Grayscale: #909090. Windows color (decimal): -4745714 or 956087. OLE color: 956087.

HSL color Cylindrical-coordinate representation of color #B7960E: hue angle of 48.28º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7960E is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB18315014-
CMYK00.180.920.28
HSL48.28º85.79%38.63%-
HSV(B)48.28º92.35%71.76%-
XYZ30.5131.914.97-
YUV144.3654.43155.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=52.74%
G=43.23%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831501400.180.920.2848.2885.7938.63
HexB796E0125C1C305627
Octal26722616022134346012647
Binary101101111001011011100100101011100111001100001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7960E; }

 p { color: rgb(183,150,14); }

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

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

 a { background-color: rgb(183,150,14); }

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

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

 span { border-color: rgb(183,150,14); }

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