#b89c17

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

Shades of Buddha Gold #B89C17

Tints of Buddha Gold #B89C17

Color information

#B89C17 (or 0xB89C17) is unknown color: approx Buddha Gold. HEX triplet: B8, 9C and 17. RGB value is (184,156,23). Sum of RGB (Red+Green+Blue) = 184+156+23=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C17 is #4763E8. Grayscale: #959595. Windows color (decimal): -4678633 or 1547448. OLE color: 1547448.

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

Color convert

RGB18415623-
CMYK00.150.880.28
HSL49.57º77.78%40.59%-
HSV(B)49.57º87.5%72.16%-
XYZ31.8134.035.7-
YUV149.2156.78152.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 23 (9.38% from 255) = 6.34%
R=50.69%
G=42.98%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841562300.150.880.2849.5777.7840.59
HexB89C170F581C324e29
Octal27023427017130346211651
Binary101110001001110010111011111011000111001100101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89c17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89c17; }

 p { color: rgb(184,156,23); }

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

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

 a { background-color: rgb(184,156,23); }

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

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

 span { border-color: rgb(184,156,23); }

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