#B89B08

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

Shades of Buddha Gold #B89B08

Tints of Buddha Gold #B89B08

Color information

#B89B08 (or 0xB89B08) is unknown color: approx Buddha Gold. HEX triplet: B8, 9B and 08. RGB value is (184,155,8). Sum of RGB (Red+Green+Blue) = 184+155+8=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B08 is #4764F7. Grayscale: #939393. Windows color (decimal): -4678904 or 564152. OLE color: 564152.

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

Color convert

RGB1841558-
CMYK00.160.960.28
HSL50.11º91.67%37.65%-
HSV(B)50.11º95.65%72.16%-
XYZ31.5333.655.06-
YUV146.9149.61154.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 155 (60.94% from 255) = 44.67%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=53.03%
G=44.67%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184155800.160.960.2850.1191.6737.65
HexB89B8010601C325c26
Octal27023310020140346213446
Binary101110001001101110000100001100000111001100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B08; }

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

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

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

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

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

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

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

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