#B89C15

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

Shades of Buddha Gold #B89C15

Tints of Buddha Gold #B89C15

Color information

#B89C15 (or 0xB89C15) is unknown color: approx Buddha Gold. HEX triplet: B8, 9C and 15. RGB value is (184,156,21). Sum of RGB (Red+Green+Blue) = 184+156+21=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C15 is #4763EA. Grayscale: #959595. Windows color (decimal): -4678635 or 1416376. OLE color: 1416376.

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

Color convert

RGB18415621-
CMYK00.150.890.28
HSL49.69º79.51%40.2%-
HSV(B)49.69º88.59%72.16%-
XYZ31.7934.025.6-
YUV148.9855.78152.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=50.97%
G=43.21%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841562100.150.890.2849.6979.5140.2
HexB89C150F591C325028
Octal27023425017131346212050
Binary101110001001110010101011111011001111001100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C15; }

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

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

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

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

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

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

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

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