#B89E09

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

Shades of Buddha Gold #B89E09

Tints of Buddha Gold #B89E09

Color information

#B89E09 (or 0xB89E09) is unknown color: approx Buddha Gold. HEX triplet: B8, 9E and 09. RGB value is (184,158,9). Sum of RGB (Red+Green+Blue) = 184+158+9=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89E09 is #4761F6. Grayscale: #959595. Windows color (decimal): -4678135 or 630456. OLE color: 630456.

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

Color convert

RGB1841589-
CMYK00.140.950.28
HSL51.09º90.67%37.84%-
HSV(B)51.09º95.11%72.16%-
XYZ32.0434.665.26-
YUV148.7949.11153.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=52.42%
G=45.01%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184158900.140.950.2851.0990.6737.84
HexB89E90E5F1C335b26
Octal27023611016137346313346
Binary10111000100111101001011101011111111001100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E09; }

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

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

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

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

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

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

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

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