#B89A0B

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

Shades of Buddha Gold #B89A0B

Tints of Buddha Gold #B89A0B

Color information

#B89A0B (or 0xB89A0B) is unknown color: approx Buddha Gold. HEX triplet: B8, 9A and 0B. RGB value is (184,154,11). Sum of RGB (Red+Green+Blue) = 184+154+11=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A0B is #4765F4. Grayscale: #939393. Windows color (decimal): -4679157 or 760504. OLE color: 760504.

HSL color Cylindrical-coordinate representation of color #B89A0B: hue angle of 49.6º 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 #B89A0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB18415411-
CMYK00.160.940.28
HSL49.6º88.72%38.24%-
HSV(B)49.6º94.02%72.16%-
XYZ31.3833.335.1-
YUV146.6751.44154.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 11 (4.69% from 255) = 3.15%
R=52.72%
G=44.13%
B=3.15%

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
Decimal1841541100.160.940.2849.688.7238.24
HexB89AB0105E1C325926
Octal27023213020136346213146
Binary101110001001101010110100001011110111001100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A0B; }

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

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

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

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

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

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

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

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