#B89E13

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

Shades of Buddha Gold #B89E13

Tints of Buddha Gold #B89E13

Color information

#B89E13 (or 0xB89E13) is unknown color: approx Buddha Gold. HEX triplet: B8, 9E and 13. RGB value is (184,158,19). Sum of RGB (Red+Green+Blue) = 184+158+19=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89E13 is #4761EC. Grayscale: #969696. Windows color (decimal): -4678125 or 1285816. OLE color: 1285816.

HSL color Cylindrical-coordinate representation of color #B89E13: hue angle of 50.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89E13 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18415819-
CMYK00.140.900.28
HSL50.55º81.28%39.8%-
HSV(B)50.55º89.67%72.16%-
XYZ32.1134.695.62-
YUV149.9354.11152.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 19 (7.81% from 255) = 5.26%
R=50.97%
G=43.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841581900.140.900.2850.5581.2839.8
HexB89E130E5A1C335128
Octal27023623016132346312150
Binary101110001001111010011011101011010111001100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E13; }

 p { color: rgb(184,158,19); }

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

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

 a { background-color: rgb(184,158,19); }

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

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

 span { border-color: rgb(184,158,19); }

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