#B99717

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

Shades of Buddha Gold #B99717

Tints of Buddha Gold #B99717

Color information

#B99717 (or 0xB99717) is unknown color: approx Buddha Gold. HEX triplet: B9, 97 and 17. RGB value is (185,151,23). Sum of RGB (Red+Green+Blue) = 185+151+23=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B99717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99717 is #4668E8. Grayscale: #939393. Windows color (decimal): -4614377 or 1546169. OLE color: 1546169.

HSL color Cylindrical-coordinate representation of color #B99717: hue angle of 47.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99717 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18515123-
CMYK00.180.880.27
HSL47.41º77.88%40.78%-
HSV(B)47.41º87.57%72.55%-
XYZ31.2332.515.44-
YUV146.5758.26155.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 23 (9.38% from 255) = 6.41%
R=51.53%
G=42.06%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851512300.180.880.2747.4177.8840.78
HexB99717012581B2f4e29
Octal27122727022130335711651
Binary1011100110010111101110100101011000110111011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99717; }

 p { color: rgb(185,151,23); }

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

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

 a { background-color: rgb(185,151,23); }

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

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

 span { border-color: rgb(185,151,23); }

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