#B89C0F

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

Shades of Buddha Gold #B89C0F

Tints of Buddha Gold #B89C0F

Color information

#B89C0F (or 0xB89C0F) is unknown color: approx Buddha Gold. HEX triplet: B8, 9C and 0F. RGB value is (184,156,15). Sum of RGB (Red+Green+Blue) = 184+156+15=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C0F is #4763F0. Grayscale: #949494. Windows color (decimal): -4678641 or 1023160. OLE color: 1023160.

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

Color convert

RGB18415615-
CMYK00.150.920.28
HSL50.06º84.92%39.02%-
HSV(B)50.06º91.85%72.16%-
XYZ31.74345.34-
YUV148.352.78153.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 15 (6.25% from 255) = 4.23%
R=51.83%
G=43.94%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841561500.150.920.2850.0684.9239.02
HexB89CF0F5C1C325527
Octal27023417017134346212547
Binary10111000100111001111011111011100111001100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C0F; }

 p { color: rgb(184,156,15); }

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

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

 a { background-color: rgb(184,156,15); }

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

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

 span { border-color: rgb(184,156,15); }

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