#B89B0B

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

Shades of Buddha Gold #B89B0B

Tints of Buddha Gold #B89B0B

Color information

#B89B0B (or 0xB89B0B) is unknown color: approx Buddha Gold. HEX triplet: B8, 9B and 0B. RGB value is (184,155,11). Sum of RGB (Red+Green+Blue) = 184+155+11=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B0B is #4764F4. Grayscale: #939393. Windows color (decimal): -4678901 or 760760. OLE color: 760760.

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

Color convert

RGB18415511-
CMYK00.160.940.28
HSL49.94º88.72%38.24%-
HSV(B)49.94º94.02%72.16%-
XYZ31.5533.665.15-
YUV147.2651.11154.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 11 (4.69% from 255) = 3.14%
R=52.57%
G=44.29%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841551100.160.940.2849.9488.7238.24
HexB89BB0105E1C325926
Octal27023313020136346213146
Binary101110001001101110110100001011110111001100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B0B; }

 p { color: rgb(184,155,11); }

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

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

 a { background-color: rgb(184,155,11); }

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

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

 span { border-color: rgb(184,155,11); }

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