#BA990B

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

Shades of Buddha Gold #BA990B

Tints of Buddha Gold #BA990B

Color information

#BA990B (or 0xBA990B) is unknown color: approx Buddha Gold. HEX triplet: BA, 99 and 0B. RGB value is (186,153,11). Sum of RGB (Red+Green+Blue) = 186+153+11=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990B is #4566F4. Grayscale: #939393. Windows color (decimal): -4548341 or 760250. OLE color: 760250.

HSL color Cylindrical-coordinate representation of color #BA990B: hue angle of 48.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA990B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18615311-
CMYK00.180.940.27
HSL48.69º88.83%38.63%-
HSV(B)48.69º94.09%72.94%-
XYZ31.733.255.06-
YUV146.6851.43156.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 11 (4.69% from 255) = 3.14%
R=53.14%
G=43.71%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861531100.180.940.2748.6988.8338.63
HexBA99B0125E1B315927
Octal27223113022136336113147
Binary101110101001100110110100101011110110111100011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA990B; }

 p { color: rgb(186,153,11); }

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

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

 a { background-color: rgb(186,153,11); }

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

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

 span { border-color: rgb(186,153,11); }

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